Skip to content

udham2511/hand-volume-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand Volume Controller

A gesture-based volume control tool built with Python. This project uses a webcam to detect hand landmarks in real time and adjusts the system volume based on the distance between the index finger tip and thumb tip.

Demo

App Screenshot

🛠️ Tech Stack

  • Python
  • OpenCV – For capturing and processing real-time video 📸
  • MediaPipe – For hand tracking and landmark detection ✋
  • PyCaw – For controlling system volume 🎚️

⚙️ How It Works

  1. Webcam captures live video.
  2. MediaPipe detects 21 hand landmarks.
  3. The distance between the index finger tip and thumb tip is calculated.
  4. This distance is mapped to a volume range (e.g., 0–100).
  5. PyCaw adjusts the system volume accordingly.

👨‍💻 Authors

📬 Connect with me on LinkedIn

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages