CV2 imshow function not responding

I try to detect color on the screen in real time and when I’m using imshow function it is not responding and I can’t see my screen live Someone can help? import numpy as np from PIL import Image from mss import mss import cv2 as cv import pyautogui from pynput.keyboard import Key, Controller import… Read More CV2 imshow function not responding