From 0e44f1ac086d335af70142ed81da847d44f51703 Mon Sep 17 00:00:00 2001 From: legop3 Date: Sat, 22 Nov 2025 22:33:23 -0500 Subject: [PATCH] try a different way..? --- 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 dd7ad430..0c471a20 100644 --- a/pi/bin/video-publisher.sh +++ b/pi/bin/video-publisher.sh @@ -44,7 +44,8 @@ run_pipeline() { --timeout 0 \ --width "${VIDEO_WIDTH}" \ --height "${VIDEO_HEIGHT}" \ - --rotation 180 \ + -vf \ + -hf \ --framerate "${VIDEO_FPS}" \ --bitrate "${VIDEO_BITRATE}" \ --codec h264 \