[systemd/webcam] switch from streamer to fswebcam

This commit is contained in:
Felix Buehler 2020-12-23 00:43:31 +01:00
parent 597ac97e93
commit f555195977

View file

@ -4,5 +4,6 @@ path="$HOME/Pictures/hour-pics"
size="1280x720"
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
exit $?