An open API service indexing awesome lists of open source software.

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

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
![cursor](./demo/cursor.gif)
- Left Click Control
![click](./demo/click.gif)