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
92363227
Commit
92363227
authored
Dec 21, 2015
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5848 from IshankGulati:broken-link-fix
parents
4cfe2b4d
fb63cbb7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
py_video_display.markdown
...torials/py_gui/py_video_display/py_video_display.markdown
+1
-2
No files found.
doc/py_tutorials/py_gui/py_video_display/py_video_display.markdown
View file @
92363227
...
...
@@ -51,8 +51,7 @@ Otherwise open it using **cap.open()**.
You can also access some of the features of this video using
**cap.get(propId)**
method where propId
is a number from 0 to 18. Each number denotes a property of the video (if it is applicable to that
video) and full details can be seen here:
[
Property
Identifier](http://docs.opencv.org/modules/highgui/doc/reading_and_writing_video.html#videocapture-get).
video) and full details can be seen here: cv::VideoCapture::get() .
Some of these values can be modified using
**cap.set(propId, value)**
. Value is the new value you
want.
...
...
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