mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
Merge pull request #12087 from alalek:docs_videowriter_write_bgr_input
This commit is contained in:
commit
29a1dc5719
@ -905,7 +905,7 @@ public:
|
||||
|
||||
/** @brief Writes the next video frame
|
||||
|
||||
@param image The written frame
|
||||
@param image The written frame. In general, color images are expected in BGR format.
|
||||
|
||||
The function/method writes the specified image to video file. It must have the same size as has
|
||||
been specified when opening the video writer.
|
||||
|
Loading…
Reference in New Issue
Block a user