Air control is a utility program which replaces the mouses and allows the user to control the PC using air gestures.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
OpenCV
Numpy
PyAutoGUI
Open the conda terminal and paste the following,
pip install numpy
pip install opencv-python
pip install PyAutoGUI
.
Open the terminal and paste the following
For PyAutoGUI,
pip3 install python3-xlib
sudo apt-get install scrot
sudo apt-get install python3-tk
sudo apt-get install python3-dev
pip3 install pyautogui
For Numpy,
sudo apt install python-numpy
For OpenCV,
sudo apt-get install python-opencv
Air control uses contour mapping in opencv library to find the set of all points having same color or intensity. Tracking the movement of a finger is an important feature of many computer vision applications.
In this application, we capture the background and then create a mask to remove all traces of the background to prevent background disturbances.
Clear description is given to each of the function in the python file.
Finally,Pull requests/changes/stars would be really helpful.
Arumugam Ramaswamy
SIDDESH S S
Maanickam Meenakshi Sundaram
Kumar vembu Swathi