Added DESCRIPTION.md

This commit is contained in:
Kristofers Solo 2022-12-24 12:11:55 +02:00
parent 3127d27e9b
commit 5c45254b21
2 changed files with 2 additions and 2 deletions

0
DESCRIPTION.md Normal file
View File

View File

@ -21,9 +21,9 @@ pip install .
`./main.py -i` -- Detects traffic lights and their signal color for all files located in `/assets/images_in/` and saves them in `/assets/images_out/`. `./main.py -i` -- Detects traffic lights and their signal color for all files located in `/assets/images_in/` and saves them in `/assets/images_out/`.
`./main.py -c <int>` -- Uses webcam or any camera to detect traffic lights in real time. `./main.py -c <int>` -- Uses webcam or any camera connected to detect traffic lights in real time.
`./main.py -sc <int>` -- Plays sound file located in `/assets/sound/move.mp3` whenever green light signal is detected via camera. `./main.py -sc <int>` -- Plays the sound file located in `/assets/sound/move.mp3` whenever a green light is detected by camera.
### Tip ### Tip
Replace `<int>` with your camera number specified by the operating system. Probably `0` or `1`, but can be higher. Replace `<int>` with your camera number specified by the operating system. Probably `0` or `1`, but can be higher.