cv2.VideoWriter.write(frame)
This code simply does nothing if the frame is not square. Is there any solution for this issue?
1 | initial version |
cv2.VideoWriter.write(frame)
This code simply does nothing if the frame is not square. Is there any solution for this issue?
2 | retagged |
cv2.VideoWriter.write(frame)
This code simply does nothing if the frame is not square. Is there any solution for this issue?