1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #28145 from ramukhsuya:fix-convert-rgb-docs

Docs: Fix CAP_PROP_CONVERT_RGB description to BGR (Fixes #22697)
This commit is contained in:
Alexander Smorkalov
2025-12-09 10:58:11 +03:00
committed by GitHub
+1 -1
View File
@@ -156,7 +156,7 @@ enum VideoCaptureProperties {
CAP_PROP_HUE =13, //!< Hue of the image (only for cameras).
CAP_PROP_GAIN =14, //!< Gain of the image (only for those cameras that support).
CAP_PROP_EXPOSURE =15, //!< Exposure (only for those cameras that support).
CAP_PROP_CONVERT_RGB =16, //!< Boolean flags indicating whether images should be converted to RGB. <br/>
CAP_PROP_CONVERT_RGB =16, //!< Boolean flags indicating whether images should be converted to BGR. <br/>
//!< *GStreamer note*: The flag is ignored in case if custom pipeline is used. It's user responsibility to interpret pipeline output.
CAP_PROP_WHITE_BALANCE_BLUE_U =17, //!< Currently unsupported.
CAP_PROP_RECTIFICATION =18, //!< Rectification flag for stereo cameras (note: only supported by DC1394 v 2.x backend currently).