Closed lucCult closed 6 years ago
Is this on Windows, or on Linux ?
on Linux
Replacing this line
VideoCapture cap ( INPUT_AV_FILE ); with the below should work for the default camera on the system. VideoCapture cap(0); // open the default camera
Closing due to lack of response. Please reopen if needed.
Hi, how can I run araphao on a camera stream instead of a video file?