mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Minor fix for Web Cam on OpenCV 3.x
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
#ifndef CV_VERSION_EPOCH
|
||||
#include "opencv2/videoio/videoio_c.h"
|
||||
#endif
|
||||
#include "http_stream.h"
|
||||
image get_image_from_stream(CvCapture *cap);
|
||||
|
||||
static char **demo_names;
|
||||
|
Reference in New Issue
Block a user