Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6460332

Browse files
committed
Docs: Fix CAP_PROP_CONVERT_RGB description to BGR (Fixes#22697)
1 parentb1d75bf commit6460332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎modules/videoio/include/opencv2/videoio.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ enum VideoCaptureProperties {
156156
CAP_PROP_HUE =13,//!< Hue of the image (only for cameras).
157157
CAP_PROP_GAIN =14,//!< Gain of the image (only for those cameras that support).
158158
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/>
159+
CAP_PROP_CONVERT_RGB =16,//!< Boolean flags indicating whether images should be converted toBGR. <br/>
160160
//!< *GStreamer note*: The flag is ignored in case if custom pipeline is used. It's user responsibility to interpret pipeline output.
161161
CAP_PROP_WHITE_BALANCE_BLUE_U =17,//!< Currently unsupported.
162162
CAP_PROP_RECTIFICATION =18,//!< Rectification flag for stereo cameras (note: only supported by DC1394 v 2.x backend currently).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp