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_MIL,
|
||||||
CV_CAP_QT,
|
CV_CAP_QT,
|
||||||
CV_CAP_UNICAP,
|
CV_CAP_UNICAP,
|
||||||
|
#ifdef HAVE_OPENNI
|
||||||
CV_CAP_OPENNI,
|
CV_CAP_OPENNI,
|
||||||
|
#endif
|
||||||
|
#ifdef HAVE_ANDROID_NATIVE_CAMERA
|
||||||
CV_CAP_ANDROID,
|
CV_CAP_ANDROID,
|
||||||
|
#endif
|
||||||
-1
|
-1
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user