allow the best image timeout to be configurable

This commit is contained in:
Blake Blackshear
2020-09-18 07:07:46 -05:00
parent 6e79a5402e
commit b35cc01035
3 changed files with 9 additions and 3 deletions

View File

@@ -140,6 +140,12 @@ cameras:
################
take_frame: 1
################
# The number of seconds to retain the highest scoring image for the best.jpg endpoint before allowing it
# to be replaced by a newer image. Defaults to 60 seconds.
################
best_image_timeout: 60
################
# MQTT settings
################