From 48ac39336ce8d8e8dc4cad60f99eae7961093fad Mon Sep 17 00:00:00 2001 From: legop3 Date: Sat, 22 Nov 2025 22:56:41 -0500 Subject: [PATCH] guh --- 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 94e6a362..5d4aae4f 100644 --- a/pi/bin/video-publisher.sh +++ b/pi/bin/video-publisher.sh @@ -40,8 +40,8 @@ else exit 1 fi -# Force flip via h+v to work across rpicam-vid builds. -FLIP_ARGS=(--hflip --vflip) +# Flip using the native rotation flag (0/180 supported per rpicam-vid --help). +FLIP_ARGS=(--rotation 180) run_pipeline() { "${LIBCAMERA_BIN_PATH}" \