config.yml 800 B

12345678910111213141516171819202122232425262728293031323334
  1. web_port: 5000
  2. mqtt:
  3. host: mqtt.server.com
  4. topic_prefix: frigate
  5. # user: username # Optional -- Uncomment for use
  6. # password: password # Optional -- Uncomment for use
  7. cameras:
  8. back:
  9. rtsp:
  10. user: viewer
  11. host: 10.0.10.10
  12. port: 554
  13. # values that begin with a "$" will be replaced with environment variable
  14. password: $RTSP_PASSWORD
  15. path: /cam/realmonitor?channel=1&subtype=2
  16. mask: back-mask.bmp
  17. regions:
  18. - size: 350
  19. x_offset: 0
  20. y_offset: 300
  21. min_person_area: 5000
  22. threshold: 0.5
  23. - size: 400
  24. x_offset: 350
  25. y_offset: 250
  26. min_person_area: 2000
  27. threshold: 0.5
  28. - size: 400
  29. x_offset: 750
  30. y_offset: 250
  31. min_person_area: 2000
  32. threshold: 0.5