Skip to content

Commit

Permalink
Switched to best quality.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 14, 2024
1 parent 03d21a3 commit 58e4bfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tlIO/NDIRead.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ namespace tl
// We now have at least one source,
// so we create a receiver to look at it.
NDIlib_recv_create_v3_t recv_desc;
recv_desc.color_format = NDIlib_recv_color_format_fastest;
// recv_desc.color_format = NDIlib_recv_color_format_fastest;
recv_desc.color_format = NDIlib_recv_color_format_best;
recv_desc.bandwidth = NDIlib_recv_bandwidth_highest;
recv_desc.allow_video_fields = false;
recv_desc.source_to_connect_to = NDIsource;
Expand Down

0 comments on commit 58e4bfe

Please sign in to comment.