Tom Catullo
Tom Catullo
Add an option to `take_snapshot.py` to specify an inclusive time window(s) outside of which snapshots will _not_ be taken and saved. This should be useful for those who do not...
Add logging to indicate progress for timelapse generation, and also possibly snapshot capturing. Possibly also implement a progress bar for timelapse generation, that uses number of snapshots processed to determine...
Add support for multiple cameras to be managed by the scripts. Currently, the `stream_url` is hard-coded into `take_snapshot.py`, and only one camera can be configured. Also, will need to update...
Allow command line parameters to be specified in a configuration file that is read into the scripts upon startup. Also place `stream_url` setting from `take_snapshot.py` in this file. Allow custom...
Update the Python scripts to use functions and more organized code constructs. Not super high-priority, but something that will be nice to have for potential future contributors.