Ask Your Question

payashim's profile - activity

2014-02-17 19:41:55 -0600 received badge  Autobiographer
2014-02-17 19:34:32 -0600 answered a question How to record video using OpenCV and Python?

Please make sure your input 'frame' size is equal to output video's size (in this case, (680, 480) ).

I previously got this error when the input image size is different from videowriter's out put size setting.