We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb1d75bf commit6460332Copy full SHA for 6460332
modules/videoio/include/opencv2/videoio.hpp
@@ -156,7 +156,7 @@ enum VideoCaptureProperties {
156
CAP_PROP_HUE =13,//!< Hue of the image (only for cameras).
157
CAP_PROP_GAIN =14,//!< Gain of the image (only for those cameras that support).
158
CAP_PROP_EXPOSURE =15,//!< Exposure (only for those cameras that support).
159
- CAP_PROP_CONVERT_RGB =16,//!< Boolean flags indicating whether images should be converted toRGB. <br/>
+ CAP_PROP_CONVERT_RGB =16,//!< Boolean flags indicating whether images should be converted toBGR. <br/>
160
//!< *GStreamer note*: The flag is ignored in case if custom pipeline is used. It's user responsibility to interpret pipeline output.
161
CAP_PROP_WHITE_BALANCE_BLUE_U =17,//!< Currently unsupported.
162
CAP_PROP_RECTIFICATION =18,//!< Rectification flag for stereo cameras (note: only supported by DC1394 v 2.x backend currently).