I'm not sure how to describe what I am trying to do but ill give it a shot. I have used TensorFlow and OpenCV to open my laptop's camera to detect images. Simple stuff.
Now I want to open my laptop's screen to detect images. For example, I want to be able to play games and perform tasks like clicking buttons and such. I know that pyautogui exists but it's too slow for my use.
In conclusion, is there any module out there that can reliably get live stable footage of my laptop's screen and me able to implement actions like clicking? I hope that is enough information.