diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..9e91ae4 --- /dev/null +++ b/config.yaml @@ -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