Added P1 camera configuration file
This commit is contained in:
94
config.yaml
Normal file
94
config.yaml
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
mqtt:
|
||||||
|
enabled: false
|
||||||
|
record:
|
||||||
|
enabled: true
|
||||||
|
retain:
|
||||||
|
days: 60
|
||||||
|
mode: all
|
||||||
|
alerts:
|
||||||
|
retain:
|
||||||
|
days: 30
|
||||||
|
detections:
|
||||||
|
retain:
|
||||||
|
days: 60
|
||||||
|
snapshots:
|
||||||
|
enabled: true
|
||||||
|
retain:
|
||||||
|
default: 360
|
||||||
|
|
||||||
|
cameras:
|
||||||
|
C1_YARD_WEST: # <------ Name the camera
|
||||||
|
enabled: true
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://c1.p1.bitstorm.co.nz:554/s1 # <----- The stream you want to use for detection
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
- path: rtsp://c1.p1.bitstorm.co.nz:554/s0 # <----- The stream you want to use for detection
|
||||||
|
roles:
|
||||||
|
- record
|
||||||
|
detect:
|
||||||
|
enabled: false # <---- disable detection until you have a working camera feed
|
||||||
|
C2_DRIVEWAY: # <------ Name the camera
|
||||||
|
enabled: true
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://c2.p1.bitstorm.co.nz:554/s1 # <----- The stream you want to use for detection
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
- path: rtsp://c2.p1.bitstorm.co.nz:554/s0 # <----- The stream you want to use for detection
|
||||||
|
roles:
|
||||||
|
- record
|
||||||
|
detect:
|
||||||
|
enabled: true # <---- disable detection until you have a working camera feed
|
||||||
|
C3_YARD_SOUTH: # <------ Name the camera
|
||||||
|
enabled: true
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://c3.p1.bitstorm.co.nz:554/s1 # <----- The stream you want to use for detection
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
- path: rtsp://c3.p1.bitstorm.co.nz:554/s0 # <----- The stream you want to use for detection
|
||||||
|
roles:
|
||||||
|
- record
|
||||||
|
detect:
|
||||||
|
enabled: false # <---- disable detection until you have a working camera feed
|
||||||
|
C4_HOUSE: # <------ Name the camera
|
||||||
|
enabled: true
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://c4.p1.bitstorm.co.nz:554/s1 # <----- The stream you want to use for detection
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
- path: rtsp://c4.p1.bitstorm.co.nz:554/s0 # <----- The stream you want to use for detection
|
||||||
|
roles:
|
||||||
|
- record
|
||||||
|
detect:
|
||||||
|
enabled: false # <---- disable detection until you have a working camera feed
|
||||||
|
C5_LAB: # <------ Name the camera
|
||||||
|
enabled: false
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://c5.p1.bitstorm.co.nz:554/s1 # <----- The stream you want to use for detection
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
- path: rtsp://c5.p1.bitstorm.co.nz:554/s0 # <----- The stream you want to use for detection
|
||||||
|
roles:
|
||||||
|
- record
|
||||||
|
detect:
|
||||||
|
enabled: false # <---- disable detection until you have a working camera feed
|
||||||
|
C6_DECK: # <------ Name the camera
|
||||||
|
enabled: true
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://c6.p1.bitstorm.co.nz:554/s1 # <----- The stream you want to use for detection
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
- path: rtsp://c6.p1.bitstorm.co.nz:554/s0 # <----- The stream you want to use for detection
|
||||||
|
roles:
|
||||||
|
- record
|
||||||
|
detect:
|
||||||
|
enabled: true # <---- disable detection until you have a working camera feed
|
||||||
|
version: 0.16-0
|
||||||
|
detect:
|
||||||
|
enabled: true
|
||||||
Reference in New Issue
Block a user