From fa441355c863974951f34803f06c72f4a7476021 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sat, 26 Dec 2020 00:24:17 +0100 Subject: [PATCH] [systemd/webcam] skip more frames, so pictures are brighter --- systemd/webcam.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/webcam.sh b/systemd/webcam.sh index 47d8345..02a180c 100755 --- a/systemd/webcam.sh +++ b/systemd/webcam.sh @@ -5,5 +5,5 @@ size="1280x720" mkdir -p "$path" #streamer -q -f jpeg -s $size -o "$path"/"$now".jpeg -r 1 -fswebcam --no-banner -r $size -S 10 "$path"/"$now".jpeg +fswebcam --no-banner -r $size -S 15 "$path"/"$now".jpeg exit $?