Point Grey firefly MV, dc1394, and USB 3.0

亡梦爱人 提交于 2019-12-12 00:47:27

问题


I am trying to grab frames from a point grey firefly mv, and I have written an interface for my program using dc1394 driver. The driver works fine when I the firefly is connected to a USB 2.0 port, but when I connect to a USB 3.0 port, dc1394 throws the following error on the function call dc1394_capture_setup()

libdc1394 error: usb: Failed to submit initial transfer 13

The error code is not listed in dc1394/log.h, and identical settings work in a USB 2.0 port.


回答1:


Turns out that the problem can be solved with by updating to firmware version 1.6, and updating the linux kernel. It doesn't work at 3.5, it does work at 3.11. I'm not sure about in between.



来源:https://stackoverflow.com/questions/22390324/point-grey-firefly-mv-dc1394-and-usb-3-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!