From 3d4cdaf8d608e812335cdd8b342ca275924d7962 Mon Sep 17 00:00:00 2001 From: Chris King Date: Thu, 30 Jan 2025 21:15:07 -0800 Subject: [PATCH] Enable frigate snapshots Add additional objects to track --- frigate/config/config.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/frigate/config/config.yaml b/frigate/config/config.yaml index 45f017b..b00985c 100644 --- a/frigate/config/config.yaml +++ b/frigate/config/config.yaml @@ -38,8 +38,19 @@ objects: track: - person - car + - motorcycle + - bicycle - dog - cat + - license plate + - face + - amazon + - usps + - fedex + - ups + - package + - waste bin + cameras: nw_garage: @@ -129,3 +140,8 @@ detect: stationary: interval: 50 threshold: 40 + +snapshots: + enabled: True + retain: + default: 30 \ No newline at end of file