From 5c45254b2103e1bb6a832e141314ab80513eb6d4 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Sat, 24 Dec 2022 12:11:55 +0200 Subject: [PATCH] Added `DESCRIPTION.md` --- DESCRIPTION.md | 0 README.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 DESCRIPTION.md diff --git a/DESCRIPTION.md b/DESCRIPTION.md new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 7892103..dbe5fe0 100644 --- a/README.md +++ b/README.md @@ -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 -c ` -- Uses webcam or any camera to detect traffic lights in real time. +`./main.py -c ` -- Uses webcam or any camera connected to detect traffic lights in real time. -`./main.py -sc ` -- Plays sound file located in `/assets/sound/move.mp3` whenever green light signal is detected via camera. +`./main.py -sc ` -- Plays the sound file located in `/assets/sound/move.mp3` whenever a green light is detected by camera. ### Tip Replace `` with your camera number specified by the operating system. Probably `0` or `1`, but can be higher.