From d75d53fe79ee7cf0d2efd30d5e191def8c746056 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Tue, 26 Oct 2021 02:25:17 -0500 Subject: changed a bunch of video scripts and added my first and possibly last python script, although it was fun --- video/webcamdesktopffplay | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 video/webcamdesktopffplay (limited to 'video/webcamdesktopffplay') 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 -- cgit v1.2.3