2

For who use OpenCV for work with pictures. highgui module spilted into videoio, imgcodecs and highgui itself :)

I had problem with new version of openCV after reinstalling new OS.
I wasn't able to capture image from Webcam, and i found that my Bashscript installed version 3.0 x)

All i needed to do for get Stream of pictures was...

#include <...opencv_videoio.hpp>

and for compile

g++ ... -lopencv_videoio

Comments
Add Comment