Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mqtt:
- enabled: false
- cameras:
- Cucina: # <------ Name the camera
- enabled: true
- ffmpeg:
- hwaccel_args: preset-vaapi
- inputs:
- - path: rtsp://cam1:[email protected]:554/stream1 # <----- The stream you want to use for detection
- roles:
- - detect
- - record
- detect:
- enabled: true # <---- disable detection until you have a working camera feed
- width: 1280
- height: 720
- fps: 15
- record:
- enabled: true
- retain:
- days: 7
- mode: motion
- motion:
- threshold: 41
- contour_area: 10
- improve_contrast: true
- zones:
- MaskCucina:
- coordinates: 0.24,0.066,0.214,1,0.994,1,0.985,0.635,0.822,0.61,0.536,0.62,0.545,0.173
- loitering_time: 0
- inertia: 3
- review:
- alerts:
- required_zones: MaskCucina
- version: 0.15-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement