From e60deb244e59102aa1cc078d5ab0ca66af088541 Mon Sep 17 00:00:00 2001 From: billimek Date: Tue, 20 Aug 2024 08:38:00 -0400 Subject: [PATCH] feat: add review labels for alerts and detections Add labels for person, dog, car to alerts and person, dog, cat to detections. This will help categorize and filter different objects in reviews and detections more effectively. --- default/frigate/frigate-configmap.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/default/frigate/frigate-configmap.yml b/default/frigate/frigate-configmap.yml index 5b08bbdb85b..a4efce306a3 100644 --- a/default/frigate/frigate-configmap.yml +++ b/default/frigate/frigate-configmap.yml @@ -5,6 +5,9 @@ metadata: namespace: default data: config.yml: | + auth: + enabled: false + mqtt: host: emqx.default.svc topic_prefix: frigate @@ -58,6 +61,18 @@ data: default: 14 mode: active_objects + review: + alerts: + labels: + - person + - dog + - car + detections: + labels: + - person + - dog + - cat + snapshots: enabled: true timestamp: false @@ -98,9 +113,6 @@ data: - rtsp://admin:{FRIGATE_RTSP_PASSWORD}@doorbell:554/cam/realmonitor?channel=1&subtype=0&authbasic=64#backchannel=0 - "ffmpeg:doorbell_record#audio=aac" - ui: - live_mode: mse - cameras: porch: ffmpeg: