https://github.com/koblers/opencv-hand-gesture-mouse
A opencv based hand gesture mouse controller
https://github.com/koblers/opencv-hand-gesture-mouse
camera gesture opencv python
Last synced: 2 months ago
JSON representation
A opencv based hand gesture mouse controller
- Host: GitHub
- URL: https://github.com/koblers/opencv-hand-gesture-mouse
- Owner: KoblerS
- Created: 2025-04-02T18:35:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T19:13:15.000Z (about 1 year ago)
- Last Synced: 2025-04-02T20:25:09.750Z (about 1 year ago)
- Topics: camera, gesture, opencv, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenCV Hand Gesture Mouse
A opencv based hand gesture mouse controller
## Installation
```bash
pip install -r requirements.txt
```
## Usage
Run the app using the following command:
```bash
python3 main.py
```