From f5f183e7cecd12cf1a522a82cdf042010a16eb14 Mon Sep 17 00:00:00 2001 From: legop3 <46182676+legop3@users.noreply.github.com> Date: Sun, 23 Nov 2025 03:39:29 -0500 Subject: [PATCH] Update video-publisher.sh AWB settings Changed AWB setting from 'greyworld' to 'custom' with specific gains. --- pi/bin/video-publisher.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pi/bin/video-publisher.sh b/pi/bin/video-publisher.sh index 19875b9a..7ba03c02 100644 --- a/pi/bin/video-publisher.sh +++ b/pi/bin/video-publisher.sh @@ -56,7 +56,8 @@ run_pipeline() { --profile baseline \ --denoise cdn_off \ --nopreview \ - --awb greyworld \ + --awb custom \ + --awbgains 1.5,1.8 \ --output - \ | "${FFMPEG_BIN_PATH}" \ -hide_banner \