Skip to content

kumarpriyanshu2k2/CV_Volume_Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volume Controller in OpenCV

Preview

Preview

Steps to install this locally

Make sure you have Python installed on your system. It only works on MacOS for windows you will have to use Pycaw and update the source code

  • clone the repository into your local system.

      git clone https://github.com/kumarpriyanshu2k2/CV_Volume_Controller.git
    
  • go to the directory in which you have cloned this project.

      cd ./CV_Volume_Controller
    
  • activate the virtual environment by running:

      source myvenv/bin/activate
    
  • install the required libraries using the following command:

      pip install -r requirements.txt
    

now you have installed all the required files, you can

  • execute main.py

      python3 main.py
    
  • To exit you will have to kill it from the terminal by pressing

    • ctrl + c

About

OpenCV project for controlling system volume

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published