You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
1 year ago
|
config frigate_config 'docker'
|
||
|
option port '5000'
|
||
|
option image 'ghcr.io/blakeblackshear/frigate:stable'
|
||
|
option usbcoral '/dev/bus/usb'
|
||
|
option hwaccel '/dev/crypto'
|
||
|
option storage './frigate/storage'
|
||
|
|
||
|
config frigate_config 'mqtt'
|
||
|
option mqtt 'False'
|
||
|
option host 'mqtt.server.com
|
||
|
|
||
|
config frigate_config 'detectors'
|
||
|
option coral 'True'
|
||
|
option type 'edgetpu'
|
||
|
option device 'usb'
|
||
|
|
||
|
config camera_config 'cam1'
|
||
|
option name 'living_room'
|
||
|
option path 'rtsp://admin:password@192.168.70.173:554/cam/realmonitor?channel=1&subtype=0&authbasic=64'
|
||
|
option roles 'detect'
|
||
|
option record 'true'
|
||
|
option snapshots 'true'
|
||
|
option mask '0,461,3,0,1919,0,1919,843,1699,492,1344,458,1346,336,973,317,869,375,866,432'
|
||
|
|
||
|
config camera_config 'cam2'
|
||
|
option name 'upstairs_bedroom'
|
||
|
option path 'rtsp://admin:password@192.168.70.173:554/cam/realmonitor?channel=1&subtype=0&authbasic=64'
|
||
|
option roles 'detect'
|
||
|
option record 'true'
|
||
|
option snapshots 'true'
|
||
|
option mask '0,461,3,0,1919,0,1919,843,1699,492,1344,458,1346,336,973,317,869,375,866,432'
|
||
|
|
||
|
config camera_config 'cam3'
|
||
|
option name 'kitchen'
|
||
|
option path 'rtsp://admin:password@192.168.70.173:554/cam/realmonitor?channel=1&subtype=0&authbasic=64'
|
||
|
option roles 'detect'
|
||
|
option record 'true'
|
||
|
option snapshots 'true'
|
||
|
option mask '0,461,3,0,1919,0,1919,843,1699,492,1344,458,1346,336,973,317,869,375,866,432'
|
||
|
|