]> git.parisson.com Git - telecaster-server.git/commitdiff
increase sharpness
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 11 Mar 2022 09:50:57 +0000 (10:50 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 11 Mar 2022 09:50:57 +0000 (10:50 +0100)
src/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream-gst1.sh

index ab21b632bf645dbfe470757ba7e6d2a6f25414f5..9cfe9299e9e61464168415b6855a3a8d0f84a67c 100755 (executable)
@@ -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  \