config.yml 818 B

1234567891011121314151617181920212223242526272829303132333435
  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. take_frame: 1
  18. regions:
  19. - size: 350
  20. x_offset: 0
  21. y_offset: 300
  22. min_person_area: 5000
  23. threshold: 0.5
  24. - size: 400
  25. x_offset: 350
  26. y_offset: 250
  27. min_person_area: 2000
  28. threshold: 0.5
  29. - size: 400
  30. x_offset: 750
  31. y_offset: 250
  32. min_person_area: 2000
  33. threshold: 0.5