Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

the framesize of your upsampled video images does not match the size you gave to the VideoWriter, so it will reject writing frames

(out.write() has a return value, too, just saying ...)