diff --git a/systemd/webcam.sh b/systemd/webcam.sh index 3d05692..47d8345 100755 --- a/systemd/webcam.sh +++ b/systemd/webcam.sh @@ -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 $?