Kiss of the Sun

# Exit on key press if cv2.waitKey(1) & 0xFF == ord('q'): break

# Check if the video file was opened successfully if not cap.isOpened(): print("Error: Unable to open video file.") return

import cv2