From 81ada96450df843b74f01a2baa8ce8ed6d0918ac Mon Sep 17 00:00:00 2001 From: legop3 Date: Sat, 22 Nov 2025 22:40:11 -0500 Subject: [PATCH] try something ELSE? --- pi/bin/video-publisher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pi/bin/video-publisher.sh b/pi/bin/video-publisher.sh index 0c471a20..3b7d3130 100644 --- a/pi/bin/video-publisher.sh +++ b/pi/bin/video-publisher.sh @@ -44,8 +44,8 @@ run_pipeline() { --timeout 0 \ --width "${VIDEO_WIDTH}" \ --height "${VIDEO_HEIGHT}" \ - -vf \ - -hf \ + --hflip \ + --vflip \ --framerate "${VIDEO_FPS}" \ --bitrate "${VIDEO_BITRATE}" \ --codec h264 \