Commit 37d300f2 authored by Adam's avatar Adam

Correction of minor typo.

parent 190d00ea
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment