Skip to content

Commit

Permalink
[home] fixed indent error on frigate config
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 14, 2024
1 parent 8ec3b4b commit 03c8285
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions apps/home/frigate/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,29 @@ metadata:
name: frigate-config
data:
config.yml: |
detect:
width: 1280
height: 720
fps: 3
enabled: True
min_initialized: 2
max_disappeared: 25
stationary:
interval: 50
threshold: 50
max_frames:
default: 3000
objects:
person: 1000
cameras:
hall_cam:
enabled: false
inputs:
- path: rtsp://127.0.0.1:8554/hall_cam
roles:
- detect
- record
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/hall_cam
roles:
- detect
- record
detect:
width: 1280
height: 720
Expand Down

0 comments on commit 03c8285

Please sign in to comment.