Skip to content

A volume and brightness controller using hand gestures is a user interface technology that enables individuals to control the volume of audio output and the brightness of a display through hand movements, without the need for physical touch or traditional input devices. The system typically involves using a camera or sensor to capture hand gestures

Notifications You must be signed in to change notification settings

chandhru02/Volume_Brightness_Control_Using_hand_gestures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Volume_and_Brightness_Control_Using_Hand_Gestures

This project aims to control the system volume and screen brightness using hand gestures. Use your left hand for brightness control and right hand for volume control. For detection of hand landmarks, mediapipe library is used.

How to run this script

  • Clone this repo
git clone <url>
  • Install virtual environment
pip install virtualenv
  • Create a virtual environment
virtualenv venv
  • Activate virtual environment
venv\Scripts\activate
  • Install all the dependencies
pip install -r requirements.txt
  • Run the script
python brightness_and_volume_control.py

Explanation

The code uses mediapipe library to detect hand landmark positions and handedness. If the frame detects one hand, it finds out if its a left hand or right hand and triggers the brightness contreol and volume control function respectively. If the current frame contains both hands, both volume and brightness control functions are triggered simultaneously in different threads.

About

A volume and brightness controller using hand gestures is a user interface technology that enables individuals to control the volume of audio output and the brightness of a display through hand movements, without the need for physical touch or traditional input devices. The system typically involves using a camera or sensor to capture hand gestures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages