mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[systemd/webcam] switch from streamer to fswebcam
This commit is contained in:
parent
597ac97e93
commit
f555195977
1 changed files with 2 additions and 1 deletions
|
@ -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 $?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue