diff --git a/config/config.example.yml b/config/config.example.yml index 86c0b3e06f..40a88b9621 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -162,6 +162,13 @@ cameras: ################ take_frame: 1 + ################ + # MQTT settings + ################ + # mqtt: + # crop_to_region: True + # snapshot_height: 300 + ################ # This will save a clip for each tracked object by frigate along with a json file that contains # data related to the tracked object. This works by telling ffmpeg to write video segments to /cache diff --git a/detect_objects.py b/detect_objects.py index 6d07cdd7e1..b84e92de65 100644 --- a/detect_objects.py +++ b/detect_objects.py @@ -381,10 +381,14 @@ def main(): @app.route('//