2023-03-21 17:20:22 +01:00
|
|
|
mqtt:
|
|
|
|
host: mqtt.datarift.nl
|
2023-03-24 14:24:06 +01:00
|
|
|
port: 1883
|
2023-03-21 17:20:22 +01:00
|
|
|
user: frigate
|
|
|
|
password: "{FRIGATE_MQTT_PASSWORD}"
|
|
|
|
|
|
|
|
logger:
|
|
|
|
default: info
|
|
|
|
|
2023-03-27 19:08:59 +02:00
|
|
|
detectors:
|
|
|
|
ov:
|
|
|
|
type: openvino
|
|
|
|
model:
|
|
|
|
path: /openvino-model/ssdlite_mobilenet_v2.xml
|
|
|
|
|
|
|
|
model:
|
|
|
|
width: 300
|
|
|
|
height: 300
|
|
|
|
input_tensor: nhwc
|
|
|
|
input_pixel_format: bgr
|
|
|
|
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
|
|
|
|
|
2023-03-21 17:20:22 +01:00
|
|
|
record:
|
|
|
|
enabled: true
|
|
|
|
retain:
|
2023-03-27 19:08:59 +02:00
|
|
|
days: 4
|
|
|
|
events:
|
|
|
|
retain:
|
|
|
|
default: 14
|
2023-03-21 17:20:22 +01:00
|
|
|
|
|
|
|
snapshots:
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
detect:
|
2023-03-27 19:08:59 +02:00
|
|
|
enabled: True
|
|
|
|
width: 640
|
|
|
|
height: 480
|
|
|
|
|
2023-04-03 09:50:20 +02:00
|
|
|
motion:
|
|
|
|
mask:
|
|
|
|
- 0,180,76,189,215,149,372,128,375,222,194,224,145,311,0,296
|
|
|
|
|
2023-03-27 19:08:59 +02:00
|
|
|
objects:
|
|
|
|
track:
|
|
|
|
- person
|
|
|
|
- cat
|
2023-03-21 17:20:22 +01:00
|
|
|
|
2023-03-24 14:24:06 +01:00
|
|
|
ffmpeg:
|
2023-03-27 19:08:59 +02:00
|
|
|
hwaccel_args: preset-vaapi
|
|
|
|
output_args:
|
|
|
|
record: preset-record-generic-audio-aac
|
|
|
|
|
|
|
|
go2rtc:
|
|
|
|
streams:
|
|
|
|
reolink:
|
|
|
|
# - rtsp://admin:{FRIGATE_DOORBELL_PASSWORD}@10.0.0.31/h264Preview_01_main
|
|
|
|
- http://10.0.0.31/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=hass&password={FRIGATE_DOORBELL_PASSWORD}
|
|
|
|
- ffmpeg:reolink#audio=opus
|
|
|
|
reolink_sub:
|
|
|
|
# - rtsp://admin:{FRIGATE_DOORBELL_PASSWORD}@10.0.0.31/h264Preview_01_sub
|
2023-04-03 09:50:20 +02:00
|
|
|
- http://10.0.0.31/flv?port=1935&app=bcs&stream=channel0_sub.bcs&user=hass&password={FRIGATE_DOORBELL_PASSWORD}
|
2023-04-09 23:20:19 +02:00
|
|
|
webrtc:
|
|
|
|
candidates:
|
|
|
|
- 10.0.0.205:8555
|
|
|
|
- stun:8555
|
2023-03-21 17:20:22 +01:00
|
|
|
|
|
|
|
cameras:
|
2023-03-24 14:24:06 +01:00
|
|
|
deurbel:
|
2023-03-21 17:20:22 +01:00
|
|
|
ffmpeg:
|
|
|
|
inputs:
|
2023-03-24 14:24:06 +01:00
|
|
|
# - path: rtsp://admin:{FRIGATE_DOORBELL_PASSWORD}@10.0.0.31/h264Preview_01_main
|
2023-03-27 19:08:59 +02:00
|
|
|
- path: rtsp://127.0.0.1:8554/reolink?video=copy&audio=aac
|
|
|
|
input_args: preset-rtsp-restream
|
2023-03-21 17:20:22 +01:00
|
|
|
roles:
|
|
|
|
- record
|
2023-03-27 19:08:59 +02:00
|
|
|
- path: rtsp://127.0.0.1:8554/reolink_sub?video=copy
|
|
|
|
input_args: preset-rtsp-restream
|
|
|
|
roles:
|
|
|
|
- detect
|