This commit is contained in:
Kristofers Solo 2022-12-24 12:05:13 +02:00
parent 91759fb94f
commit 74aab9666f
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ pip install .
`./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 sound file located in `/assets/sound/move.mp3` whenever green light signal is detected via camera.
### 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.
## To Do ## To Do

View File

@ -3,7 +3,7 @@ requires = ["setuptools>=42.0", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[tool.pytest.ini_options] [tool.pytest.ini_options]
addops = "--cov=TrafficLightDetector" addopts = "--cov=TrafficLightDetector"
testpaths = ["tests"] testpaths = ["tests"]
[tool.mypy] [tool.mypy]