diff options
Diffstat (limited to 'video/webcamdesktopffplay')
-rwxr-xr-x | video/webcamdesktopffplay | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/video/webcamdesktopffplay b/video/webcamdesktopffplay new file mode 100755 index 0000000..c56d879 --- /dev/null +++ b/video/webcamdesktopffplay @@ -0,0 +1,2 @@ +#!/bin/sh +ffplay -f v4l2 -input_format mjpeg -video_size 1920x1080 -framerate 30 -i /dev/video0 |