blakeblackshear.frigate/config/config.yml

49 lines
1.1 KiB
YAML
Raw Normal View History

web_port: 5000
mqtt:
2019-03-30 13:58:31 +01:00
host: mqtt.server.com
topic_prefix: frigate
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
password: $RTSP_PASSWORD
path: /cam/realmonitor?channel=1&subtype=2
regions:
- size: 350
x_offset: 0
y_offset: 300
2019-03-30 13:58:31 +01:00
min_person_area: 5000
- size: 400
x_offset: 350
y_offset: 250
2019-03-30 13:58:31 +01:00
min_person_area: 2000
- size: 400
x_offset: 750
y_offset: 250
2019-03-30 13:58:31 +01:00
min_person_area: 2000
back2:
rtsp:
user: viewer
host: 10.0.10.10
port: 554
# values that begin with a "$" will be replaced with environment variable
password: $RTSP_PASSWORD
path: /cam/realmonitor?channel=1&subtype=2
regions:
- size: 350
x_offset: 0
y_offset: 300
min_person_area: 5000
- size: 400
x_offset: 350
y_offset: 250
min_person_area: 2000
- size: 400
x_offset: 750
y_offset: 250
min_person_area: 2000