Hi, i'm trying to install OpenCV 3.0 on my Ubuntu 12.04, i'm getting error
../../lib/libopencv_videoio.so.3.0.0: undefined reference to `gp_camera_autodetect'
collect2: error: ld returned 1 exit status
make[2]: *** [bin/opencv_perf_video] Error 1
make[1]: *** [modules/video/CMakeFiles/opencv_perf_video.dir/all] Error 2
make: *** [all] Error 2
I guess this is all about gphoto2 library, i've tried to install `libgphoto2` and `gphoto2` from source based on [this post](https://hyfrmn.wordpress.com/2015/02/03/install-libgphoto2-and-gphoto2-from-source-on-raspberry-pi/)
How do i solve this error?
↧