嘿,我下面的德里克·莫洛伊的教程:Beaglebone黑色視頻捕獲:錯誤「選擇超時」
使用羅技C310網絡攝像頭,這是由Linux UVC驅動程序支持。
[email protected]:/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讀取沒有問題。 當我試圖捕獲視頻,我只是得到這個錯誤:
[email protected]:/boneCV# ./capture -f -c 600 -o > output.raw
Force Format 1
select timeout
綜觀其他線程,人們似乎不知道如何回答這個問題,任何人都可以用在這個項目上的經驗幫助我?