From: Guillaume Pellerin Date: Fri, 11 Mar 2022 09:50:57 +0000 (+0100) Subject: increase sharpness X-Git-Tag: 1.1~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ebef5c39e94c9ab73b626bed3fe78b85d93f7ebe;p=telecaster-server.git increase sharpness --- diff --git a/src/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream-gst1.sh b/src/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream-gst1.sh index ab21b63..9cfe929 100755 --- a/src/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream-gst1.sh +++ b/src/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream-gst1.sh @@ -33,7 +33,7 @@ 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 sharpness=128 +v4l2-ctl -d $V4L2_ID -c sharpness=144 # GST launch gst-launch-1.0 v4l2src device=/dev/video$V4L2_ID ! video/x-raw, format=YUY2, width=$VIDEO_WIDTH, height=$VIDEO_HEIGHT, framerate=$VIDEO_FRAMERATE/1 \