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

  /external/opencv3/modules/videoio/include/opencv2/videoio/
videoio_c.h 163 CV_CAP_PROP_WHITE_BALANCE_BLUE_U =17,
  /external/opencv3/modules/videoio/src/
cap_dc1394_v2.cpp 262 DC1394_FEATURE_WHITE_BALANCE, //corresponds to CV_CAP_PROP_WHITE_BALANCE_BLUE_U and CV_CAP_PROP_WHITE_BALANCE_RED_V, see set function to check these props are set
671 case CV_CAP_PROP_WHITE_BALANCE_BLUE_U:
801 if (propId == CV_CAP_PROP_WHITE_BALANCE_BLUE_U)
    [all...]
cap_dshow.cpp     [all...]

Completed in 51 milliseconds