Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
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
undefined