Usage
The goal of this project is to have an application for tracking status LEDs on controller boards over webcam.
Requirements
The whole project is written in python 3.9 with a bundle of libraries, which are listed in requirements.txt. To install those with pip just type:
pip install -r requirements.txt
If you prefer conda you can easily run the setup.sh file to install all requirements using either conda or pip. The code for that was copied from Syncing Conda Environments with requirements.txt (05.10.2021) Lee Hanchung
Code
The whole project is hosted on Github where the project can be forked.
Creating a virtual environment
We highly recommend to use a virtual environment such as pyenv or conda.