From 3a65f588a5f93b5d6be03860560b948474fb11c0 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 Mar 2024 23:21:00 +0300 Subject: [PATCH] Add webcam.md --- docs/other/webcam.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/other/webcam.md diff --git a/docs/other/webcam.md b/docs/other/webcam.md new file mode 100644 index 0000000..86abd4a --- /dev/null +++ b/docs/other/webcam.md @@ -0,0 +1,6 @@ + +# WebCam + +```bash +ffplay -hide_banner -vf transpose=1,hflip -framerate 20 -video_size 800x600 -i /dev/video0 +```