Update cam script

master
Hektor Misplon 2022-10-25 21:22:52 +02:00
parent 6d33571083
commit 3b65d5b69f
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# Open webcam window
ffplay -f v4l2 -s 640x480 -i /dev/video0 >/dev/null 2>&1 & disown
ffplay -f v4l2 -x 640 -y 480 -i /dev/video0 >/dev/null 2>&1 & disown