From: Guillaume Pellerin Date: Thu, 25 Apr 2024 17:05:57 +0000 (+0200) Subject: try only focus_auto X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=722835228a623117a301b2d4c3dd56e1bd52f227;p=telecaster-server.git try only focus_auto --- diff --git a/bin/streaming/tc_video_simple_webm_stream-gst1.sh b/bin/streaming/tc_video_simple_webm_stream-gst1.sh index cfbea7b..563990d 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 || true 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