Update cam script

This commit is contained in:
2022-10-25 21:22:52 +02:00
parent 6d33571083
commit 3b65d5b69f

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