0 shell v4l2 raspberry-pi raspbian
我在互联网上找到了这个脚本,并尝试在 Google 上找到完整的参数列表,但没有成功:
# Record a video
v4l2-ctl --set-fmt-video=width=800,height=600,pixelformat=4
v4l2-ctl --stream-mmap=3 --stream-count=100 --stream-to=$1
exit
Run Code Online (Sandbox Code Playgroud)
你们知道如何旋转相机吗?
谢谢!