Frigate None
This commit is contained in:
@@ -17,6 +17,7 @@ scene: !include scenes.yaml
|
|||||||
mqtt: !include mqtt.yaml
|
mqtt: !include mqtt.yaml
|
||||||
climate: !include climate.yaml
|
climate: !include climate.yaml
|
||||||
modbus: !include modbus.yaml
|
modbus: !include modbus.yaml
|
||||||
|
#frigate: !include frigate.yml
|
||||||
#switch: !include switches.yaml
|
#switch: !include switches.yaml
|
||||||
#template: !include template.yaml
|
#template: !include template.yaml
|
||||||
|
|
||||||
|
|||||||
18
frigate.yml
Normal file
18
frigate.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
mqtt:
|
||||||
|
host: 192.168.88.4 # ip address сервера mqtt
|
||||||
|
port: 1883
|
||||||
|
topic_prefix: frigate
|
||||||
|
client_id: frigate
|
||||||
|
|
||||||
|
detectors:
|
||||||
|
cpu0:
|
||||||
|
type: cpu
|
||||||
|
|
||||||
|
cameras:
|
||||||
|
cam_01:
|
||||||
|
ffmpeg:
|
||||||
|
input_args: ""
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://silver:cimpson0@192.168.88.9:554/1 #ссылка камеры
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
Reference in New Issue
Block a user