Files
frigate/config/config.yml

46 lines
628 B
YAML
Raw Normal View History

mqtt:
enabled: false
cameras:
cam_167:
ffmpeg:
inputs:
- path: rtsp://192.168.15.167:554/s0
roles:
- detect
- record
motion:
threshold: 41
contour_area: 30
improve_contrast: true
cam_168:
ffmpeg:
inputs:
- path: rtsp://192.168.15.168:554/s0
roles:
- detect
- record
record:
enabled: true
continuous:
days: 7
motion:
days: 7
detect:
enabled: true
width: 1280
height: 720
fps: 5
objects:
track:
- person
- car
ui:
timezone: Europe/Copenhagen
version: 0.17-0