config.yml 627 B

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