Fixed uses of WebCam for OpenCV 3.x

This commit is contained in:
AlexeyAB
2018-03-20 22:10:46 +03:00
parent 3e5abe0680
commit fe4f01b1d8
6 changed files with 33 additions and 47 deletions

View File

@ -7,6 +7,8 @@ extern "C" {
#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
}