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.
- Host: GitHub
- URL: https://github.com/tyronvt/mouse-hand-tracker
- Owner: TyronVT
- Created: 2023-12-15T09:44:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T07:47:58.000Z (over 2 years ago)
- Last Synced: 2024-12-31T18:30:38.600Z (over 1 year ago)
- Topics: cvzone, deep-learning, mediapipe, python
- Language: Python
- Homepage:
- Size: 8.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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