HxnDev / Virtual-Mouse-using-OpenCV

In this project we will be using the live feed coming from the webcam to create a virtual mouse with complete functionalities.
MIT License
54 stars 30 forks source link

I am facing an error in this project, i have installed python 3.8 and also successfully install those three modules but it is showing erros, the errors are in the description #1

Open Cleavermind110 opened 5 months ago

Cleavermind110 commented 5 months ago

"E:\Virtual-Mouse-using-OpenCV-main>python "Virtual Mouse.py" Traceback (most recent call last): File "Virtual Mouse.py", line 1, in import cv2 File "E:\Python\lib\site-packages\cv2__init.py", line 181, in bootstrap() File "E:\Python\lib\site-packages\cv2\init.py", line 153, in bootstrap native_module = importlib.import_module("cv2") File "E:\Python\lib\importlib\init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) ImportError: DLL load failed while importing cv2: The specified module could not be f"

katyalmohit commented 1 month ago

Can you provide the code snippet?