Conflit between OpenCV and Video4Linux device

asked 2015-06-01 04:35:37 -0600

shahnawaz gravatar image

I had interfaced Point Grey Bumblebee2 camera with Nvida Tegera TK1 board along with video4Linux loop back device. But when I tried to access Bumblebee2 camera through OpenCV. I have conflict between libdc1394 using opencv and coriander. I got the following error.

libdc1394 error: Invalid video format: in dc1394_video_get_supported_framerates (control.c, line 595): Modes corresponding for format6 and format7 do not have framerates!
libdc1394 error: juju: Failed to allocate iso resources

I would appreciate if someone can let me know how I can resolve the conflict or I can disable libdc1394 from OpenCV at run time. I am using OpenCV 2.4.10

edit retag flag offensive close merge delete

Comments

1

if you build the opencv srces, you can disable 1394 at compile time

berak gravatar imageberak ( 2015-06-01 04:51:35 -0600 )edit
1

As I am using Nvidia Tegera board and by building the opencv srces, I will lose optimization for the board. Is there any other way around.

shahnawaz gravatar imageshahnawaz ( 2015-06-01 05:01:03 -0600 )edit