mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Correction of minor typo.
This commit is contained in:
parent
190d00ea3e
commit
37d300f250
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user