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

  /external/opencv3/modules/videoio/include/opencv2/videoio/
videoio_c.h 251 CV_CAP_PROP_XI_EXP_PRIORITY = 416, // Exposure priority (0.5 - exposure 50%, gain 50%).
  /external/opencv3/modules/videoio/src/
cap_ximea.cpp 279 case CV_CAP_PROP_XI_EXP_PRIORITY : xiGetParamFloat( hmv, XI_PRM_EXP_PRIORITY, &fval); return fval;
323 case CV_CAP_PROP_XI_EXP_PRIORITY : mvret = xiSetParamFloat( hmv, XI_PRM_EXP_PRIORITY, fval); break;
  /external/opencv3/modules/java/src/
videoio+Videoio.java 59 CV_CAP_PROP_XI_EXP_PRIORITY = 416,
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 42 milliseconds