Ask Your Question

karyuu's profile - activity

2016-01-06 06:45:00 -0600 answered a question How to capture video from web camera and write video to file in C++ with OpenCV in Microsoft Visual Studio 2013

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.