Add webcam.md

This commit is contained in:
root
2024-03-21 23:21:00 +03:00
parent c0607402c8
commit 3a65f588a5

6
docs/other/webcam.md Normal file
View File

@@ -0,0 +1,6 @@
# WebCam
```bash
ffplay -hide_banner -vf transpose=1,hflip -framerate 20 -video_size 800x600 -i /dev/video0
```