A Python-based Wireless Volume Control system that allows users to adjust their computer’s volume using hand gestures, powered by OpenCV, MediaPipe, and Pycaw.
- Adjust system volume using hand gestures
- Utilizes OpenCV for real-time video capture
- Uses MediaPipe for hand-tracking
- Controls system audio with Pycaw
Ensure you have Python installed on your system. Then, install the required dependencies:
pip install opencv-python mediapipe numpy comtypes pycaw- Clone the Repository
git clone https://github.com/yourusername/wireless-volume-control.git
cd wireless-volume-control- Run the Jupyter Notebook
Open the Jupyter Notebook and execute the code:
jupyter notebookRun the provided .ipynb file to start gesture-based volume control.
- The script captures video from the webcam
- MediaPipe detects hand landmarks
- The distance between the thumb and index finger determines volume level
- Pycaw adjusts the system volume accordingly