Multithreading video processing in Python
Hi! I am new to multithreading in Python, but I guess this can help me solve my problem. I have a list of coordinates that are retrieved from video frames. I have to emulate a mouse click on these coordinates. Maybe, emulation click with pyautogui will help me solve the problem? Wouldn't it be too slow? If it would, how do I should use multithreading in order to solve this task? Thanks.