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.
|
|
|
config frigate_config 'docker'
|
|
|
|
option port '5100'
|
|
|
|
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 enabled '0'
|
|
|
|
option host 'mqtt.server.com'
|
|
|
|
|
|
|
|
config frigate_config 'tpu'
|
|
|
|
option enabled '1'
|
|
|
|
option type 'edgetpu'
|
|
|
|
option device 'usb'
|
|
|
|
|
|
|
|
config camera_config
|
|
|
|
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 '1'
|
|
|
|
option snapshots '1'
|
|
|
|
option overwrite_cfg '1'
|
|
|
|
|