A motion control application that allows you to control your computer through hand gestures detected by camera.
- 👏 Take screenshots with clap gesture
- 👆 Control system volume with index fingers
- 📸 Toggle camera on/off
- 🎚️ Manual volume control slider
- 📁 Automatic screenshot folder creation
The following packages need to be installed to run the application:
pip install -r requirements.txt
- Start the application:
python main.py
-
Click "Start Camera" button to activate the camera.
-
Control with hand gestures:
- Clap gesture: Takes a screenshot
- Two index fingers: Control volume by moving up/down
-
Screenshots are saved in the
screenshots
folder.
- Camera is initially off, needs to be started manually
- Clap detection sensitivity and cooldown can be adjusted in the code
- System audio device access is required for volume control