1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

videoio: add manual white-balance and implement it for V4L2

This commit is contained in:
Pavel Rojtberg
2018-10-26 16:54:00 +02:00
parent 596ada51f3
commit afa0f80c61
2 changed files with 21 additions and 3 deletions
@@ -171,6 +171,8 @@ enum VideoCaptureProperties {
CAP_PROP_SAR_DEN =41, //!< Sample aspect ratio: num/den (den)
CAP_PROP_BACKEND =42, //!< Current backend (enum VideoCaptureAPIs). Read-only property
CAP_PROP_CHANNEL =43, //!< Video input or Channel Number (only for those cameras that support)
CAP_PROP_AUTO_WB =44, //!< enable/ disable auto white-balance
CAP_PROP_WB_TEMPERATURE=45, //!< white-balance color temperature
#ifndef CV_DOXYGEN
CV__CAP_PROP_LATEST
#endif