Table of Contents
CamControl is an accessibility tool which allows you to control your computer cursor through configurable gestures which are picked up by any generic USB web camera.
OpenCV 4 is required for this program to run properly.
To download OpenCV
pip install opencv-python
- Clone the repo
git clone https://github.com/RhysRead/camControl.git
1 . Run camControl/src/main.py with Python 3.6+
- Create nicer interface.
- Create a system to configure gestures.
- Optimise a bit more.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Rhys Read - [email protected]
Project Link: https://github.com/RhysRead/camControl