Virtual-Mouse-Using-Gesture-Recognition
Virtual-Mouse-Using-Gesture-Recognition copied to clipboard
Error while running
File "D:/Python/gesture controlled mouse/Virtual_mouse.py", line 44, in
Hello,
The error you're getting is because you install the latest version of opencv. Uninstall the current version of your opencv and install an oldest version. I tried myself and i get the same error. This version works fine:
pip install opencv-python==3.4.11.39
yea, that works