mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
fix for capture
This commit is contained in:
parent
01b3266612
commit
7f260a0f0b
@ -127,8 +127,12 @@ CV_IMPL CvCapture * cvCreateCameraCapture (int index)
|
||||
CV_CAP_MIL,
|
||||
CV_CAP_QT,
|
||||
CV_CAP_UNICAP,
|
||||
#ifdef HAVE_OPENNI
|
||||
CV_CAP_OPENNI,
|
||||
#endif
|
||||
#ifdef HAVE_ANDROID_NATIVE_CAMERA
|
||||
CV_CAP_ANDROID,
|
||||
#endif
|
||||
-1
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user