Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

if you expected the VideoWriter to do an automatic greyscale conversion -- NO, it won't happen.

you need to convert your images manually (or try to get greyscale data from the VideoCapture,e.g.Y from YUV), then set the writeColorImages flag in the writer to false.

if you expected the VideoWriter to do an automatic greyscale conversion -- NO, it won't happen.

you need to convert your images manually (or try to get greyscale data from the VideoCapture,e.g.Y from YUV), then set the writeColorImagesisColor flag in the writer to false.

if you expected the VideoWriter to do an automatic greyscale conversion -- NO, it won't happen.

you need to convert your images manually (or try to get greyscale data from the VideoCapture,e.g.Y VideoCapture, e.g.Y from YUV), then set the isColor flag in the writer to false.