2019-03-28 13:30:58 +01:00
|
|
|
web_port: 5000
|
|
|
|
|
|
|
|
mqtt:
|
2019-03-30 13:58:31 +01:00
|
|
|
host: mqtt.server.com
|
|
|
|
topic_prefix: frigate
|
2019-05-10 16:36:22 +02:00
|
|
|
# user: username # Optional -- Uncomment for use
|
|
|
|
# password: password # Optional -- Uncomment for use
|
2019-03-28 13:30:58 +01:00
|
|
|
|
|
|
|
cameras:
|
|
|
|
back:
|
|
|
|
rtsp:
|
|
|
|
user: viewer
|
|
|
|
host: 10.0.10.10
|
|
|
|
port: 554
|
2019-03-30 13:58:31 +01:00
|
|
|
# values that begin with a "$" will be replaced with environment variable
|
2019-03-28 13:30:58 +01:00
|
|
|
password: $RTSP_PASSWORD
|
|
|
|
path: /cam/realmonitor?channel=1&subtype=2
|
2019-04-14 18:58:02 +02:00
|
|
|
mask: back-mask.bmp
|
2019-03-28 13:30:58 +01:00
|
|
|
regions:
|
|
|
|
- size: 350
|
|
|
|
x_offset: 0
|
|
|
|
y_offset: 300
|
2019-03-30 13:58:31 +01:00
|
|
|
min_person_area: 5000
|
2019-05-11 14:39:27 +02:00
|
|
|
threshold: 0.5
|
2019-03-28 13:30:58 +01:00
|
|
|
- size: 400
|
|
|
|
x_offset: 350
|
|
|
|
y_offset: 250
|
2019-03-30 13:58:31 +01:00
|
|
|
min_person_area: 2000
|
2019-05-11 14:39:27 +02:00
|
|
|
threshold: 0.5
|
2019-03-28 13:30:58 +01:00
|
|
|
- size: 400
|
|
|
|
x_offset: 750
|
|
|
|
y_offset: 250
|
2019-03-30 13:58:31 +01:00
|
|
|
min_person_area: 2000
|
2019-05-11 14:39:27 +02:00
|
|
|
threshold: 0.5
|