From ac7015f3354c467c0a51f6f6e1879c569a0a902c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 4 Feb 2022 07:35:59 +0100 Subject: [PATCH] set sharpness=128 --- .../.fluxbox/scripts/tc_video_simple_webm_stream-gst1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d2e5861..ad6b1f4 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 @@ -22,7 +22,7 @@ v4l2-ctl -d $VIDEO_ID -c power_line_frequency=1 v4l2-ctl -d $VIDEO_ID -c zoom_absolute=140 v4l2-ctl -d $VIDEO_ID -c focus_auto=0 v4l2-ctl -d $VIDEO_ID -c focus_absolute=1 -v4l2-ctl -d $VIDEO_ID -c sharpness=100 +v4l2-ctl -d $VIDEO_ID -c sharpness=128 # ! queue ! videoflip method=rotate-180 \ -- 2.39.5