HomeSort by relevance Sort by last modified time
    Searched refs:CV_CAP_UNICAP (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/videoio/include/opencv2/videoio/
videoio_c.h 91 CV_CAP_UNICAP =600, // Unicap drivers
362 // Return the type of the capturer (eg, CV_CAP_V4W, CV_CAP_UNICAP), which is unknown if created with CV_CAP_ANY
  /external/opencv3/modules/videoio/src/
cap.cpp 153 CV_CAP_UNICAP,
297 case CV_CAP_UNICAP:
cap_unicap.cpp 69 virtual int getCaptureDomain() { return CV_CAP_UNICAP; } // Return the type of the capture object: CV_CAP_VFW, etc...

Completed in 42 milliseconds