config.yml 731 B

12345678910111213141516171819202122232425262728293031
  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. - size: 400
  23. x_offset: 350
  24. y_offset: 250
  25. min_person_area: 2000
  26. - size: 400
  27. x_offset: 750
  28. y_offset: 250
  29. min_person_area: 2000