TypeError: VideoWriter() missing required argument 'frameSize' (pos 5) with opencv-python ==4.4.0.42

后端 未结 0 1501
猫巷女王i
猫巷女王i 2021-01-14 10:14

I want to create VideoWriter with the following code:

fourcc = cv2.VideoWriter_fourcc(*\'mp4v\')

video_writer = cv2.VideoWriter(\'out.mp4\',fourcc,fps,(frame_w

相关标签:
回答
  • 消灭零回复
提交回复
热议问题