From 969e2e5b1cc491b8be8f89f066834c868b681205 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 23 Apr 2024 16:46:46 +0200 Subject: [PATCH] bugfix --- bin/streaming/tc_video_simple_webm_stream-gst1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/streaming/tc_video_simple_webm_stream-gst1.sh b/bin/streaming/tc_video_simple_webm_stream-gst1.sh index 128960b..cfbea7b 100755 --- a/bin/streaming/tc_video_simple_webm_stream-gst1.sh +++ b/bin/streaming/tc_video_simple_webm_stream-gst1.sh @@ -33,7 +33,7 @@ source /etc/telecaster/telecaster.conf # V4L2 setup v4l2-ctl -d $V4L2_ID -c power_line_frequency=1 v4l2-ctl -d $V4L2_ID -c zoom_absolute=$V4L2_ZOOM -v4l2-ctl -d $V4L2_ID -c focus=_auto=0 +v4l2-ctl -d $V4L2_ID -c focus_auto=0 v4l2-ctl -d $V4L2_ID -c focus_absolute=0 || v4l2-ctl -d $V4L2_ID -c focus_automatic_continuous=0 v4l2-ctl -d $V4L2_ID -c sharpness=$V4L2_SHARPNESS -- 2.39.5