Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You should write this part out of Loop

writer = cv2.VideoWriter(vidDir, fourcc, 30, (width,height))

because it construct a new video file at each iteration.