From fe4f01b1d8cce9762e47aaf42b6e17a3427a144b Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Tue, 20 Mar 2018 19:10:46 +0000 Subject: [PATCH] Fixed uses of WebCam for OpenCV 3.x --- src/http_stream.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/http_stream.h b/src/http_stream.h index c9b05b6..ca7e3ae 100644 --- a/src/http_stream.h +++ b/src/http_stream.h @@ -7,6 +7,8 @@ #endif void send_mjpeg(IplImage* ipl, int port, int timeout, int quality); +CvCapture* get_capture_webcam(int index); +IplImage* get_webcam_frame(CvCapture *cap); #ifdef __cplusplus } -- Gitblit v1.10.0