mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Fixed uses of WebCam for OpenCV 3.x
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user