HomeSort by relevance Sort by last modified time
    Searched defs:cvSetCaptureProperty (Results 1 - 2 of 2) sorted by null

  /external/opencv/otherlibs/highgui/
cvcap.cpp 85 CV_IMPL int cvSetCaptureProperty( CvCapture* capture, int id, double value )
  /external/opencv3/modules/videoio/src/
cap.cpp 110 CV_IMPL int cvSetCaptureProperty( CvCapture* capture, int id, double value )
741 return cvSetCaptureProperty(cap, propId, value) != 0;

Completed in 34 milliseconds