From: Guillaume Pellerin Date: Tue, 27 Feb 2024 21:07:38 +0000 (+0100) Subject: fix v4l2 controls for C222 Pro X-Git-Tag: 2.3~6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d752aa616eb177b6d7674c4d65e8382e270d91a3;p=telecaster-server.git fix v4l2 controls for C222 Pro --- diff --git a/bin/streaming/tc_video_simple_webm_stream-gst1.sh b/bin/streaming/tc_video_simple_webm_stream-gst1.sh index 035378d..7c7bc84 100755 --- a/bin/streaming/tc_video_simple_webm_stream-gst1.sh +++ b/bin/streaming/tc_video_simple_webm_stream-gst1.sh @@ -33,8 +33,8 @@ 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_absolute=1 +# v4l2-ctl -d $V4L2_ID -c focus_absolute=1 +v4l2-ctl -d $V4L2_ID -c focus_automatic_continuous=0 v4l2-ctl -d $V4L2_ID -c sharpness=$V4L2_SHARPNESS # GST launch