From 0bef42ba12227158409393ecf6ede7ba3a014e6e Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Sat, 28 Jul 2018 09:08:09 +0000 Subject: [PATCH] videoio: add note about image BGR format VideoWriter::write() --- modules/videoio/include/opencv2/videoio.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/videoio/include/opencv2/videoio.hpp b/modules/videoio/include/opencv2/videoio.hpp index eef840b..2628609 100644 --- a/modules/videoio/include/opencv2/videoio.hpp +++ b/modules/videoio/include/opencv2/videoio.hpp @@ -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. -- 2.7.4