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