prabindh / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
122 stars 46 forks source link

Arapaho stream with camera #56

Closed lucCult closed 6 years ago

lucCult commented 6 years ago

Hi, how can I run araphao on a camera stream instead of a video file?

prabindh commented 6 years ago

Is this on Windows, or on Linux ?

lucCult commented 6 years ago

on Linux

prabindh commented 6 years ago

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

prabindh commented 6 years ago

Closing due to lack of response. Please reopen if needed.