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
37d300f2
Commit
37d300f2
authored
Sep 13, 2015
by
Adam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction of minor typo.
parent
190d00ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
py_video_display.markdown
...torials/py_gui/py_video_display/py_video_display.markdown
+1
-1
No files found.
doc/py_tutorials/py_gui/py_video_display/py_video_display.markdown
View file @
37d300f2
...
...
@@ -113,7 +113,7 @@ platform dependent. Following codecs works fine for me.
-
In OSX :
*(I don't have access to OSX. Can some one fill this?)*
FourCC code is passed as cv2.VideoWriter_fourcc('M','J','P','G') or
cv2.VideoWriter_fourcc(
\*
'MJPG) for MJPG.
cv2.VideoWriter_fourcc(
\*
'MJPG
'
) for MJPG.
Below code capture from a Camera, flip every frame in vertical direction and saves it.
@code{.py}
...
...
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