Advertisement
to4ko

Untitled

Sep 29th, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. mqtt:
  2. host: 192.168.1.14
  3. port: 1883
  4. topic_prefix: frigate
  5. client_id: frigate
  6. user:
  7. password:
  8. stats_interval: 30
  9.  
  10. ffmpeg:
  11. hwaccel_args:
  12. - -hwaccel
  13. - qsv
  14. - -qsv_device
  15. - /dev/dri/renderD128
  16.  
  17. record:
  18. enabled: False
  19.  
  20. rtmp:
  21. enabled: False
  22.  
  23. objects:
  24. track:
  25. - person
  26. - car
  27. - bus
  28.  
  29. cameras:
  30. digma100:
  31. ffmpeg:
  32. inputs:
  33. - path: rtsp://
  34. roles:
  35. - detect
  36.  
  37. entrance:
  38. ffmpeg:
  39. inputs:
  40. - path: rtsp://
  41. roles:
  42. - detect
  43.  
  44. hall:
  45. ffmpeg:
  46. inputs:
  47. - path: rtsp://
  48. roles:
  49. - detect
  50.  
  51. street:
  52. ffmpeg:
  53. inputs:
  54. - path: rtsp://
  55. roles:
  56. - detect
  57. # dixy:
  58. # ffmpeg:
  59. # inputs:
  60. # - path: rtsp://
  61. # roles:
  62. # - detect
  63. # window:
  64. # ffmpeg:
  65. # inputs:
  66. # - path: rtsp://
  67. # roles:
  68. # - detect
  69. # width: 1920
  70. # height: 1080
  71. # fps: 25
  72.  
  73. detectors:
  74. coral:
  75. type: edgetpu
  76. device: pci:0
  77. # cpu1:
  78. # type: cpu
  79. # num_threads: 2
  80.  
  81. motion:
  82. threshold: 25
  83. contour_area: 30
  84. delta_alpha: 0.2
  85. frame_alpha: 0.2
  86. frame_height: 50
  87. mask: 0,900,1080,900,1080,1920,0,1920
  88. improve_contrast: False
  89. mqtt_off_delay: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement