Advertisement
Guest User

Untitled

a guest
Aug 30th, 2022
570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | Source Code | 0 0
  1. detectors:
  2. coral:
  3. type: edgetpu
  4. device: pci
  5.  
  6. mqtt:
  7. host: 192.168.5.52
  8. port: 1883
  9. user: xx
  10. password: xx
  11. topic_prefix: frigate
  12.  
  13. detect:
  14. width: 640
  15. height: 360
  16. fps: 7
  17.  
  18. objects:
  19. filters:
  20. person:
  21. min_score: 0.75
  22. threshold: 0.8
  23. min_area: 6000
  24. car:
  25. min_score: 0.75
  26. record:
  27. enabled: True
  28. retain:
  29. days: 0
  30. events:
  31. max_seconds: 300
  32. pre_capture: 2
  33. post_capture: 5
  34. required_zones: [frontdoor_yard,front_yard_driveway,side_yard]
  35. retain:
  36. default: 5
  37. mode: active_objects
  38.  
  39. snapshots:
  40. enabled: True
  41. timestamp: True
  42. bounding_box: True
  43. crop: True
  44. retain:
  45. default: 14
  46. required_zones: [frontdoor_yard,front_yard_driveway,side_yard]
  47. rtmp:
  48. enabled: False
  49. birdseye:
  50. enabled: False
  51.  
  52. timestamp_style:
  53. format: "%m.%d.%Y %H:%M:%S"
  54.  
  55. cameras:
  56. FrontYard: #REOLINK RLC-820A
  57. ffmpeg:
  58. inputs:
  59. - path: rtsp://xx:[email protected]:554//h264Preview_01_sub
  60. roles:
  61. - detect
  62. - path: rtsp://xx:[email protected]:554/
  63. roles:
  64. - record
  65. zones:
  66. front_yard_driveway:
  67. coordinates: 0,154,0,360,404,360,402,328,640,326,640,168,381,106,260,85,160,89
  68. objects:
  69. - car
  70. - person
  71. motion:
  72. mask:
  73. - 385,360,640,360,640,316,393,306
  74. - 640,0,640,107,407,66,230,63,0,64,0,0
  75. Toddler: #Eufy 2k
  76. ffmpeg:
  77. inputs:
  78. - path: rtsp://xx:[email protected]/live0
  79. roles:
  80. - detect
  81. - record
  82. objects:
  83. track:
  84. - person
  85. motion:
  86. mask:
  87. - 640,0,640,27,452,27,452,0
  88. Side: #REOLINK RLC-820A
  89. ffmpeg:
  90. inputs:
  91. - path: rtsp://xx:[email protected]:554//h264Preview_01_sub
  92. roles:
  93. - detect
  94. - path: rtsp://xx:[email protected]:554/
  95. roles:
  96. - record
  97. motion:
  98. mask:
  99. - 399,360,640,360,640,322,396,324
  100. zones:
  101. side_yard:
  102. coordinates: 0,360,401,360,402,315,640,317,640,0,459,13,400,21,263,52,0,181
  103. objects:
  104. track:
  105. - person
  106. FrontDoor: #Eufy 2k front door
  107. ffmpeg:
  108. inputs:
  109. - path: rtsp://xx:[email protected]/live0
  110. roles:
  111. - detect
  112. - record
  113. motion:
  114. mask:
  115. - 204,39,423,0,0,0,0,113
  116. - 399,42,640,43,640,0,404,0
  117. objects:
  118. track:
  119. - person
  120. - car
  121. filters:
  122. person:
  123. mask:
  124. - 580,227,513,227,499,117,565,0,640,0
  125. best_image_timeout: 80
  126. zones:
  127. frontdoor_yard:
  128. coordinates: 0,360,640,360,640,114,367,56,0,177
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement