[systemd/webcam] skip more frames, so pictures are brighter

This commit is contained in:
Felix Buehler 2020-12-26 00:24:17 +01:00
parent 52db2fbf61
commit fa441355c8

View file

@ -5,5 +5,5 @@ size="1280x720"
mkdir -p "$path" mkdir -p "$path"
#streamer -q -f jpeg -s $size -o "$path"/"$now".jpeg -r 1 #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 $? exit $?