fix for capture

pull/13383/head
hartmut 14 years ago
parent 01b3266612
commit 7f260a0f0b
  1. 4
      modules/highgui/src/cap.cpp

@ -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…
Cancel
Save