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

  /external/opencv3/modules/videoio/include/opencv2/videoio/
videoio_c.h 174 CV_CAP_PROP_WHITE_BALANCE_RED_V =26,
  /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
270 DC1394_FEATURE_WHITE_BALANCE, //CV_CAP_PROP_WHITE_BALANCE_RED_V
677 case CV_CAP_PROP_WHITE_BALANCE_RED_V:
811 if (propId == CV_CAP_PROP_WHITE_BALANCE_RED_V)
    [all...]

Completed in 33 milliseconds