Lorex NVR Integration 2024

version: 0.16-0

mqtt:
enabled: true
host: 10.0.0.62
user: frigate_user
password: frigate123

detectors:
main_cpu:
type: cpu

go2rtc:
streams:
lorex_1:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
hikvision_2:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=2&subtype=0
lorex_3:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=3&subtype=0

cameras:
kamera_lorex_1:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/lorex_1
roles:
- detect
- record
detect:
enabled: true
record:
enabled: true

kamera_hik_2:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/hikvision_2
roles:
- detect
- record
detect:
enabled: true
record:
enabled: true

kamera_lorex_3:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/lorex_3
roles:
- detect
- record
detect:
enabled: true
record:
enabled: true
detect:
enabled: true