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 +```