I'm trying to use an .avi
file as my source. (Camera capture already works.) My project compiles without problems, but during linking I get the error:
undefined reference to 'cv::VideoCapture::open(std::string const&)'
What should I do? In which library is this std::string
overload of VideoCapture::open()
put?