cmake caffe the error happen "undefined referen to cv::VideoCapture"
1、Add "opencv_videoio" to "LIBRARIES +=opencv_core opencv_highgui opencv_imgproc" in "Makefile"
2、Add "videoio" to "find_package(OpenCV REQUIRED COMPONENTS CORE highgui imgproc" in "cmake/Dependencies.cmake"
Make Complicate to Easy!