Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Volume Control using OpenCV | Python

Overview

This project is a simple implementation of a hand gesture-based volume control system using Python and OpenCV. The program detects hand gestures from a webcam feed and adjusts the system volume accordingly. This project serves as a great introduction to computer vision and gesture recognition.

Features

  • Real-time Hand Gesture Detection: Uses OpenCV to detect hand gestures in real-time.
  • Volume Control: Dynamically adjusts system volume based on the distance between fingers.
  • User-Friendly Interface: Simple and intuitive control with natural hand movements.

Requirements

  • Python 3.x
  • OpenCV
  • Numpy
  • Pycaw (for controlling system volume)

You can install the necessary packages using pip:

pip install opencv-python numpy pycaw

About

Volume Control using OpenCV | Python This project implements a hand gesture-based volume control system using OpenCV and Python. It detects hand movements via a webcam feed and automatically adjusts the system volume. Perfect for those interested in computer vision and gesture recognition.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Contributors

Languages