Skip to content

Commit

Permalink
feat: add review labels for alerts and detections
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
billimek committed Aug 20, 2024
1 parent 41d882f commit e60deb2
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions default/frigate/frigate-configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
namespace: default
data:
config.yml: |
auth:
enabled: false
mqtt:
host: emqx.default.svc
topic_prefix: frigate
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e60deb2

Please sign in to comment.