Merge pull request #5339 from blebo:patch-1

This commit is contained in:
Vadim Pisarevsky 2015-09-14 11:46:35 +00:00
commit 5e2c578b50

View File

@ -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}