Advertisement
kingnappa

config

Jul 17th, 2025 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. mqtt:
  2. enabled: false
  3.  
  4. cameras:
  5. Cucina: # <------ Name the camera
  6. enabled: true
  7. ffmpeg:
  8. hwaccel_args: preset-vaapi
  9. inputs:
  10. - path: rtsp://cam1:[email protected]:554/stream1 # <----- The stream you want to use for detection
  11. roles:
  12. - detect
  13. - record
  14. detect:
  15. enabled: true # <---- disable detection until you have a working camera feed
  16. width: 1280
  17. height: 720
  18. fps: 15
  19. record:
  20. enabled: true
  21. retain:
  22. days: 7
  23. mode: motion
  24. motion:
  25. threshold: 41
  26. contour_area: 10
  27. improve_contrast: true
  28. zones:
  29. MaskCucina:
  30. 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
  31. loitering_time: 0
  32. inertia: 3
  33. review:
  34. alerts:
  35. required_zones: MaskCucina
  36. version: 0.15-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement