Add 1config.yaml
this is an initial config file just to get it working with one camera
This commit is contained in:
commit
5616613129
20
1config.yaml
Normal file
20
1config.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
mqtt:
|
||||
enabled: false
|
||||
|
||||
auth:
|
||||
reset_admin_password: true
|
||||
|
||||
cameras:
|
||||
ApartmentDriveway:
|
||||
enabled: true
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://192.168.50.1:7447/RDnMzMxnM19W3uSm
|
||||
roles:
|
||||
- detect
|
||||
detect:
|
||||
enabled: false
|
||||
width: 1280
|
||||
height: 720
|
||||
|
||||
version: 0.15-1
|
||||
Reference in New Issue
Block a user