goodrobots / visiond

Python/Gstreamer based project to stream video from embedded system cameras in various ways
MIT License
9 stars 3 forks source link

Add config options into config module #16

Closed fnoop closed 4 years ago

fnoop commented 4 years ago

Currently the config module doesn't have any of the config options defined - it just takes whatever is defined in the config file. But the code refers to various config options throughout, and fails if the options are not present. The config file may not always have (often won't) all of the possible options.