Snapwood Apps
Photo Gallery and Slideshow Apps
while True: # Take a screenshot img = pyautogui.screenshot() frame = np.array(img) frame = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)