# Release the video capture and close any OpenCV windows cap.release() cv2.destroyAllWindows()
cv2.imshow('frame', frame) # Press 'q' to exit if cv2.waitKey(1) == ord('q'): break ipx-324-C.mp4
import cv2