こんにちは、Derek Molloy のチュートリアルに従っています。
Linux UVC ドライバーでサポートされている Logitech c310 Web カメラを使用します。
root@beaglebone:/boneCV# v4l2-ctl --all
Driver Info (not using libv4l2):
Driver name : uvcvideo
Card type : UVC Camera (046d:081b)
Bus info : usb-musb-hdrc.1.auto-1
Driver version: 3.8.13
Capabilities : 0x84000001
Video Capture
Streaming
Format Video Capture:
Width/Height : 640/480
Pixel Format : 'YUYV'
Field : None
Bytes per Line: 1280
Size Image : 614400
Colorspace : SRGB
Crop Capability Video Capture:
Bounds : Left 0, Top 0, Width 640, Height 480
Default : Left 0, Top 0, Width 640, Height 480
Pixel Aspect: 1/1
Video input : 0 (Camera 1: ok)
Streaming Parameters Video Capture:
Capabilities : timeperframe
Frames per second: 30.000 (30/1)
Read buffers : 0
Priority: 2
したがって、Beagleboard によって問題なく読み取られることがわかります。ビデオをキャプチャしようとすると、次のエラーが表示されます。
root@beaglebone:/boneCV# ./capture -f -c 600 -o > output.raw
Force Format 1
select timeout
他のスレッドを見ると、人々はこの質問に答える方法を知らないようです。このプロジェクトの経験がある人なら誰でも助けてくれますか?