Skip to content

Commit

Permalink
increase video buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
ltn-chriskennedy committed Aug 26, 2024
1 parent 82ee00b commit 6146e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/probe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ struct Args {
image_buffer_size: usize,

/// Video buffer size - Size of the buffer for the video to gstreamer
#[clap(long, env = "VIDEO_BUFFER_SIZE", default_value_t = 1000)]
#[clap(long, env = "VIDEO_BUFFER_SIZE", default_value_t = 1000000)]
video_buffer_size: usize,

/// Kafka Broker
Expand Down

0 comments on commit 6146e8e

Please sign in to comment.