Minor fix for Web Cam on OpenCV 3.x

This commit is contained in:
AlexeyAB
2018-04-06 23:58:32 +03:00
parent 2a9f7e44ce
commit 1b1221ace5
2 changed files with 1 additions and 1 deletions

View File

@ -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;