I've been trying to install OpenCV 2.2 on Ubuntu 11.04. As far as I can gather from here: linux/videodev.h : no such file or directory - OpenCV on ubuntu 11.04, the installation fails because video4linux is no longer in the kernel. If I follow the guide linked to in the above thread (http://tech.groups.yahoo.com/group/OpenCV/message/79758), the make-command passes the initial error described in the above thread, but fails at a later point. I get the error:

Linking CXX executable ../../bin/opencv_createsamples
../../lib/libopencv_highgui.so.2.2.0: undefined reference to `cvCreateCameraCapture_V4L(int)'
collect2: ld returned 1 exit status
make[2]: *** [bin/opencv_createsamples] Error 1
make[1]: *** [modules/haartraining/CMakeFiles/opencv_createsamples.dir/all] Error 2
make: *** [all] Error 2

This error also seems related to video4linux.

Any suggestions?

Thanks a bunch, Andreas Møgelmose

link|improve this question

50% accept rate
It is not a duplicate, this is a different error. – XerXes May 4 '11 at 11:55
2  
Meanwhile, I've managed to make it compile by disabling video4linux in the CMake config. This makes it possible to install the library, but has the rather unfortunate side effect of making it impossible to use USB cameras as input devices. So that's not really what I'm after. – XerXes May 4 '11 at 11:57
The problem exist as a bug in the OpenCV Trac here: code.ros.org/trac/opencv/ticket/862 (with no solution) – XerXes May 4 '11 at 12:10
The most recent SVN version compiles, but cannot load video files nor use attached cameras. – XerXes May 9 '11 at 8:45
show 2 more comments
feedback

1 Answer

You may find this blog post useful: http://salikscodingblog.wordpress.com/2011/08/05/compiling-opencv-2-on-ubuntu/

link|improve this answer
feedback

protected by Community May 10 '11 at 15:33

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.