1 | initial version |
if you want to write a 320x240 video, you have to pass this Size to the VideoWriter constructor, not the frameSize !
2 | No.2 Revision |
if you want to write a 320x240 video, you have to pass this Size to the VideoWriter constructor, not the (original) frameSize !