Commit 0bef42ba authored by Alexander Alekhin's avatar Alexander Alekhin

videoio: add note about image BGR format VideoWriter::write()

parent b41bc0ae
......@@ -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.
......
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