# Convert to OpenCV image image = cv2.cvtColor(np.array(game_screen), cv2.COLOR_RGB2BGR)
import cv2 import numpy as np import pyautogui Rainbow Six Siege Python Script
# Display output cv2.imshow('Rainbow Six Siege', image) cv2.waitKey(1) cv2.destroyAllWindows() # Convert to OpenCV image image = cv2