Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

if you want to use the VideoCapture class, you have to include:

include "opencv2/videoio.hpp"

ald link:

-lopencv_videoio

if you want to use the VideoCapture class, you have to include:

include "opencv2/videoio.hpp"

ald and link:

-lopencv_videoio

if you want to use the VideoCapture class, you have to include:

include "opencv2/videoio.hpp"

and link:

-lopencv_videoio

(in 2.4 all of it was in highgui, but that was changed with 3.0)