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

  /external/opencv3/modules/videoio/include/opencv2/videoio/
videoio_c.h 72 CV_CAP_VFW =200, // platform native
  /external/opencv3/modules/videoio/src/
cap.cpp 144 CV_CAP_VFW, // identical to CV_CAP_V4L
231 case CV_CAP_VFW:
251 break; //CV_CAP_VFW
cap_vfw.cpp 106 virtual int getCaptureDomain() { return CV_CAP_VFW; } // Return the type of the capture object: CV_CAP_VFW, etc...
324 virtual int getCaptureDomain() { return CV_CAP_VFW; } // Return the type of the capture object: CV_CAP_VFW, etc...

Completed in 44 milliseconds