Ubuntu 11.04 に OpenCV 2.2 をインストールしようとしています。ここから収集できる限り:linux/videodev.h : no such file or directory - ubuntu 11.04 の OpenCV 、 video4linux がカーネルに含まれなくなったため、インストールは失敗します。上記のスレッド ( http://tech.groups.yahoo.com/group/OpenCV/message/79758 ) にリンクされているガイドに従うと、make-command は上記のスレッドで説明されている初期エラーを渡しますが、後のポイント。エラーが発生します:
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
このエラーは、video4linux にも関連しているようです。
助言がありますか?
どうもありがとう、アンドレアス・モーゲルモーゼ