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

https://github.com/tyronvt/mouse-hand-tracker

Control the mouse using your hand.
https://github.com/tyronvt/mouse-hand-tracker

cvzone deep-learning mediapipe python

Last synced: about 1 month ago
JSON representation

Control the mouse using your hand.

Awesome Lists containing this project

README

          

**This is a python program that will use your hand to move and control the mouse through the camera.**
- You can use the *Exponential Moving Average* or the *Kalman Filter* by running two different scripts.
- Side project for fun, nothing special.
- Can really only be used to click and scroll.

# TODO
- More stabilization, hard to click when sensitivity is high.
- Optimization possibly.
- Instead of media pipe, maybe train a hand gesture deep learning model to detect what hand gesture you are doing and react accordingly.

# Actions

# No hand in video

# Detection of hand

# Left Click

# Right Click

# Scroll Down

# Scroll Up