VideoWriter Error

I don’t know about that error message, but VideoWriter::write() is supposed to take one image as argument, so you’d need to loop though your images. The same applies to imshow. Also, you may want to to check the actual size of your images.

1 Like