Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 684 Bytes

File metadata and controls

33 lines (25 loc) · 684 Bytes

Virtual Mouse Controller

Mouse cursor using Python and OpenCV with the real-time camera. Fingertip location is mapped to RGB images to control the mouse cursor.

Dependencies

Please install all the required dependencies.

  • openCV
  • mediapipe
  • autopy
  • numpy

Installation

To setup the system for development on your local machine, please follow the instructions below:

Python version must be above 3.8 64bit.

  1. Clone the repository to your machine

    git clone 
  2. pip3 install mediapipe 
  3. pip3 install autopy 
  4. pip3 install numpy 
  5. Run the AIVirtualMouse.py python file.