I would like to write all my image files entitled \"pictures_1/2/3/etc...\" into a video file.
The code below is creating the video.avi file successfully. However, t
Possible reason for no video created.
Make sure that your image is successfully loaded, just use imshow() in while loop.
Your image size can be any size other than 1989X1680, so either resize your image to given size or set out video resoluton to input image size.