Ask Your Question

Revision history [back]

For a USB camera,it's easy to capture the video with C++ class cv::VideoCapture.And you can write the video into file using another class,cv::VideoWriter. Anyway,for a web camera,you may have to use the SDK,witch is provided by the producer of it.