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

  /external/opencv3/modules/videoio/include/opencv2/videoio/
videoio_c.h 68 CV_CAP_ANY =0, // autodetect
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/
precomp.hpp 92 virtual int getCaptureDomain() { return CV_CAP_ANY; } // Return the type of the capture object: CV_CAP_VFW, etc...
  /external/opencv3/modules/videoio/src/
precomp.hpp 92 virtual int getCaptureDomain() { return CV_CAP_ANY; } // Return the type of the capture object: CV_CAP_VFW, etc...
cap.cpp 574 CV_CAP_ANY,
588 case CV_CAP_ANY:

Completed in 43 milliseconds