Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
0fd1203b
Commit
0fd1203b
authored
Apr 21, 2015
by
Nisarg Thakkar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed Doc Errors Bug#4282
parent
b27467d9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
38 deletions
+38
-38
videoio.hpp
modules/videoio/include/opencv2/videoio.hpp
+38
-38
No files found.
modules/videoio/include/opencv2/videoio.hpp
View file @
0fd1203b
...
...
@@ -528,27 +528,27 @@ public:
/** @brief Sets a property in the VideoCapture.
@param propId Property identifier. It can be one of the following:
- **C
V_C
AP_PROP_POS_MSEC** Current position of the video file in milliseconds.
- **C
V_C
AP_PROP_POS_FRAMES** 0-based index of the frame to be decoded/captured next.
- **C
V_C
AP_PROP_POS_AVI_RATIO** Relative position of the video file: 0 - start of the
- **CAP_PROP_POS_MSEC** Current position of the video file in milliseconds.
- **CAP_PROP_POS_FRAMES** 0-based index of the frame to be decoded/captured next.
- **CAP_PROP_POS_AVI_RATIO** Relative position of the video file: 0 - start of the
film, 1 - end of the film.
- **C
V_C
AP_PROP_FRAME_WIDTH** Width of the frames in the video stream.
- **C
V_C
AP_PROP_FRAME_HEIGHT** Height of the frames in the video stream.
- **C
V_C
AP_PROP_FPS** Frame rate.
- **C
V_C
AP_PROP_FOURCC** 4-character code of codec.
- **C
V_C
AP_PROP_FRAME_COUNT** Number of frames in the video file.
- **C
V_C
AP_PROP_FORMAT** Format of the Mat objects returned by retrieve() .
- **C
V_C
AP_PROP_MODE** Backend-specific value indicating the current capture mode.
- **C
V_C
AP_PROP_BRIGHTNESS** Brightness of the image (only for cameras).
- **C
V_C
AP_PROP_CONTRAST** Contrast of the image (only for cameras).
- **C
V_C
AP_PROP_SATURATION** Saturation of the image (only for cameras).
- **C
V_C
AP_PROP_HUE** Hue of the image (only for cameras).
- **C
V_C
AP_PROP_GAIN** Gain of the image (only for cameras).
- **C
V_C
AP_PROP_EXPOSURE** Exposure (only for cameras).
- **C
V_C
AP_PROP_CONVERT_RGB** Boolean flags indicating whether images should be converted
- **CAP_PROP_FRAME_WIDTH** Width of the frames in the video stream.
- **CAP_PROP_FRAME_HEIGHT** Height of the frames in the video stream.
- **CAP_PROP_FPS** Frame rate.
- **CAP_PROP_FOURCC** 4-character code of codec.
- **CAP_PROP_FRAME_COUNT** Number of frames in the video file.
- **CAP_PROP_FORMAT** Format of the Mat objects returned by retrieve() .
- **CAP_PROP_MODE** Backend-specific value indicating the current capture mode.
- **CAP_PROP_BRIGHTNESS** Brightness of the image (only for cameras).
- **CAP_PROP_CONTRAST** Contrast of the image (only for cameras).
- **CAP_PROP_SATURATION** Saturation of the image (only for cameras).
- **CAP_PROP_HUE** Hue of the image (only for cameras).
- **CAP_PROP_GAIN** Gain of the image (only for cameras).
- **CAP_PROP_EXPOSURE** Exposure (only for cameras).
- **CAP_PROP_CONVERT_RGB** Boolean flags indicating whether images should be converted
to RGB.
- **C
V_C
AP_PROP_WHITE_BALANCE** Currently unsupported
- **C
V_C
AP_PROP_RECTIFICATION** Rectification flag for stereo cameras (note: only supported
- **CAP_PROP_WHITE_BALANCE** Currently unsupported
- **CAP_PROP_RECTIFICATION** Rectification flag for stereo cameras (note: only supported
by DC1394 v 2.x backend currently)
@param value Value of the property.
*/
...
...
@@ -557,28 +557,28 @@ public:
/** @brief Returns the specified VideoCapture property
@param propId Property identifier. It can be one of the following:
- **C
V_C
AP_PROP_POS_MSEC** Current position of the video file in milliseconds or video
- **CAP_PROP_POS_MSEC** Current position of the video file in milliseconds or video
capture timestamp.
- **C
V_C
AP_PROP_POS_FRAMES** 0-based index of the frame to be decoded/captured next.
- **C
V_C
AP_PROP_POS_AVI_RATIO** Relative position of the video file: 0 - start of the
- **CAP_PROP_POS_FRAMES** 0-based index of the frame to be decoded/captured next.
- **CAP_PROP_POS_AVI_RATIO** Relative position of the video file: 0 - start of the
film, 1 - end of the film.
- **C
V_C
AP_PROP_FRAME_WIDTH** Width of the frames in the video stream.
- **C
V_C
AP_PROP_FRAME_HEIGHT** Height of the frames in the video stream.
- **C
V_C
AP_PROP_FPS** Frame rate.
- **C
V_C
AP_PROP_FOURCC** 4-character code of codec.
- **C
V_C
AP_PROP_FRAME_COUNT** Number of frames in the video file.
- **C
V_C
AP_PROP_FORMAT** Format of the Mat objects returned by retrieve() .
- **C
V_C
AP_PROP_MODE** Backend-specific value indicating the current capture mode.
- **C
V_C
AP_PROP_BRIGHTNESS** Brightness of the image (only for cameras).
- **C
V_C
AP_PROP_CONTRAST** Contrast of the image (only for cameras).
- **C
V_C
AP_PROP_SATURATION** Saturation of the image (only for cameras).
- **C
V_C
AP_PROP_HUE** Hue of the image (only for cameras).
- **C
V_C
AP_PROP_GAIN** Gain of the image (only for cameras).
- **C
V_C
AP_PROP_EXPOSURE** Exposure (only for cameras).
- **C
V_C
AP_PROP_CONVERT_RGB** Boolean flags indicating whether images should be converted
- **CAP_PROP_FRAME_WIDTH** Width of the frames in the video stream.
- **CAP_PROP_FRAME_HEIGHT** Height of the frames in the video stream.
- **CAP_PROP_FPS** Frame rate.
- **CAP_PROP_FOURCC** 4-character code of codec.
- **CAP_PROP_FRAME_COUNT** Number of frames in the video file.
- **CAP_PROP_FORMAT** Format of the Mat objects returned by retrieve() .
- **CAP_PROP_MODE** Backend-specific value indicating the current capture mode.
- **CAP_PROP_BRIGHTNESS** Brightness of the image (only for cameras).
- **CAP_PROP_CONTRAST** Contrast of the image (only for cameras).
- **CAP_PROP_SATURATION** Saturation of the image (only for cameras).
- **CAP_PROP_HUE** Hue of the image (only for cameras).
- **CAP_PROP_GAIN** Gain of the image (only for cameras).
- **CAP_PROP_EXPOSURE** Exposure (only for cameras).
- **CAP_PROP_CONVERT_RGB** Boolean flags indicating whether images should be converted
to RGB.
- **C
V_C
AP_PROP_WHITE_BALANCE** Currently not supported
- **C
V_C
AP_PROP_RECTIFICATION** Rectification flag for stereo cameras (note: only supported
- **CAP_PROP_WHITE_BALANCE** Currently not supported
- **CAP_PROP_RECTIFICATION** Rectification flag for stereo cameras (note: only supported
by DC1394 v 2.x backend currently)
**Note**: When querying a property that is not supported by the backend used by the VideoCapture
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment