Update cam script

This commit is contained in:
2022-10-25 21:22:52 +02:00
parent 0cede4f2c0
commit 55c103a1f8

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