Mouse cursor using Python and OpenCV with the real-time camera. Fingertip location is mapped to RGB images to control the mouse cursor.
Please install all the required dependencies.
- openCV
- mediapipe
- autopy
- numpy
To setup the system for development on your local machine, please follow the instructions below:
Python version must be above 3.8 64bit.
-
Clone the repository to your machine
git clone
-
pip3 install mediapipe
-
pip3 install autopy
-
pip3 install numpy
-
Run the
AIVirtualMouse.py
python file.