Taking input from camera

By |2018-11-11T11:43:56+00:00April 6th, 2016|Blog, Programming, Projects|

Today I am trying to get input from default camera, with OpenCV. OpenCV hasa great library called "videoio" which can handle video input/output from filesystem or imaging devices. This library has a class cv::VideoCapture which [...]