https://github.com/sachuverma/mouse-control-using-fingers
Control mouse and its clicks with finger tracking using OpenCV
https://github.com/sachuverma/mouse-control-using-fingers
mouse-tracking opencv python
Last synced: 3 months ago
JSON representation
Control mouse and its clicks with finger tracking using OpenCV
- Host: GitHub
- URL: https://github.com/sachuverma/mouse-control-using-fingers
- Owner: sachuverma
- Created: 2021-10-30T15:06:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T06:00:40.000Z (over 4 years ago)
- Last Synced: 2025-05-31T23:16:25.964Z (about 1 year ago)
- Topics: mouse-tracking, opencv, python
- Language: Python
- Homepage:
- Size: 22.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mouse Control Using Fingers
## Installing Requirements
- Python `to avoid autopy, mediapipe errors use python 3.8.0`
- Install all libraries, tools etc from requirements file `$ pip install -r requirements.txt`
## Start Detection
- start detections using `$ python MouseControl.py`
## Controls
- Only index finger up: **Mouse Moving Mode**
- Use index finger to move around the cursor
- Index and middle fingers up: **Clicking Mode**
- Touch index and middle fingers to make a left click
## Demo
- Cursor Movement Control

- Left Click Control
