From 013031ce3f80cd3297937ae126baecf4ea63d9e8 Mon Sep 17 00:00:00 2001 From: sivagnanamn <sivagnanammurthy@gmail.com> Date: Wed, 21 Mar 2018 04:54:44 +0000 Subject: [PATCH] Minor changes to keep MAC OSX happy --- 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