config.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. regions:
  15. - size: 350
  16. x_offset: 0
  17. y_offset: 300
  18. min_person_area: 5000
  19. - size: 400
  20. x_offset: 350
  21. y_offset: 250
  22. min_person_area: 2000
  23. - size: 400
  24. x_offset: 750
  25. y_offset: 250
  26. min_person_area: 2000
  27. back2:
  28. rtsp:
  29. user: viewer
  30. host: 10.0.10.10
  31. port: 554
  32. # values that begin with a "$" will be replaced with environment variable
  33. password: $RTSP_PASSWORD
  34. path: /cam/realmonitor?channel=1&subtype=2
  35. regions:
  36. - size: 350
  37. x_offset: 0
  38. y_offset: 300
  39. min_person_area: 5000
  40. - size: 400
  41. x_offset: 350
  42. y_offset: 250
  43. min_person_area: 2000
  44. - size: 400
  45. x_offset: 750
  46. y_offset: 250
  47. min_person_area: 2000