Skip to content

Commit

Permalink
[home] fixed frigate config and added additional tracking objects
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 22, 2024
1 parent 9bb9697 commit 59ad638
Showing 1 changed file with 32 additions and 5 deletions.
37 changes: 32 additions & 5 deletions apps/home/frigate/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ data:
cameras:
home:
enabled: True
rtmp:
enabled: False
ffmpeg:
inputs:
- path: rtsp://wyze-bridge.homeassistant.svc.cluster.local:8554/studiocam
Expand Down Expand Up @@ -64,17 +62,46 @@ data:
stream_name: home
height: 720
quality: 8
rtmp:
enabled: True
record:
enabled: true
enabled: True
retain:
days: 3
mode: all
events:
retain:
default: 30
mode: motion
export:
timelapse_args: "-vf setpts=0.04*PTS -r 30"
pre_capture: 5
post_capture: 5
objects:
- person
- cat
- plate
- eye glasses
- shoe
- handbag
- bottle
- fork
- spoon
- banana
- apple
- pizza
- bed
- desk
- cell phone
- tv
- keyboard
- knife
- chair
- umbrella
- backpack
retain:
default: 10
mode: motion
objects:
person: 15
motion:
threshold: 30
lightning_threshold: 0.8
Expand Down

0 comments on commit 59ad638

Please sign in to comment.