From 22382c3f14c2ff3fa674e3d884823a78ce6eb8d2 Mon Sep 17 00:00:00 2001 From: legop3 Date: Wed, 3 Jun 2026 13:06:41 -0400 Subject: [PATCH] video publisher tweakings --- pi/bin/video-publisher.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pi/bin/video-publisher.sh b/pi/bin/video-publisher.sh index 821dd013..7ddfabc0 100644 --- a/pi/bin/video-publisher.sh +++ b/pi/bin/video-publisher.sh @@ -117,7 +117,11 @@ run_pipeline() { --bitrate "${VIDEO_BITRATE}" \ --codec h264 \ --profile baseline \ - --denoise auto \ + --denoise off \ + --flush \ + --buffer-count 1 \ + --no-raw \ + --exposure sport \ --nopreview \ --metering centre \ --ev 0.1 \