Future Mouse Controller with Hand
- ForeFinger == Pointer Mouse
- Thumb == Left Click
- Little Finger == Right Click
- Expand ForeFinger and Middle Finger == Left Drag
- Expand Thumb and ForeFinger == Click Space (For Playing dino :)
- OpenCV
- Numpy
- Autopy
- Keyboard
- Mediapipe
- Python 3.7.9
- Webcam or VideoCam
- Install python (you can refer to Python site)
- (Optional) Initiate venv by running
python -m venv mouse_env
- Install library via pip from requirements.txt by running
python -m pip install -r requirements.txt
- Run with
python main.py
You are good to go by just following the installation, no need for additional works
Makesure to use XOrg for the display server (Ubuntu 21.04 use wayland, you need to change it first) to enable the mouse library
Not yet tested