我正在尝试从我的网络摄像头(Raspberry Pi,Rasbpbian)捕获图像。使用以下命令:
uvccapture -v
我得到以下输出:
Using videodevice: /dev/video0
Saving images to: snap.jpg
Image size: 320x240
Taking snapshot every 0 seconds
Taking images using mmap
Unable to set format: 22.
Init v4L2 failed !! exit fatal
有什么建议吗?错误 22 到底是什么?我在谷歌上搜索了它,但没有任何收获。我尝试添加标志-r
,但结果却产生了错误/dev/video0 does not support read i/o
。
我已设法使网络摄像头能够工作,motion
但它并不适合我的需要。
谢谢!
答案1
尝试添加-m
开关。它告诉程序使用另一种颜色格式。它与我的 RPi 上的相机配合得很好。