Fordwrench

frigateconfig06222025

Jun 22nd, 2025
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.44 KB | Source Code | 0 0
  1. mqtt:
  2. enabled: false # Set this to true if you want to use MQTT
  3. host: mqtt.server.com
  4. user: mqtt_user
  5. password: password
  6.  
  7. detectors:
  8. # ov:
  9. # type: openvino
  10. # device: GPU
  11. coral1:
  12. type: edgetpu
  13. device: pci:0
  14.  
  15. #model:
  16. # width: 300
  17. # height: 300
  18. # input_tensor: nhwc
  19. # input_pixel_format: bgr
  20. # path: /openvino-model/ssdlite_mobilenet_v2.xml
  21. # labelmap_path: /openvino-model/coco_91cl_bkgr.txt
  22.  
  23. objects:
  24. # Optional: list of objects to track from labelmap.txt (default: shown below)
  25. track:
  26. - person
  27. - dog
  28. - cat
  29. - bird
  30. review:
  31. # Disable alerts. We Only care about detections
  32. alerts:
  33. labels:
  34. - person
  35. - dog
  36. - cat
  37. - bird
  38. detections:
  39. labels:
  40. - person
  41. - dog
  42. - cat
  43. - ups
  44. - fedex
  45. - bus
  46. - speech
  47. - bird
  48.  
  49. go2rtc:
  50. streams:
  51. Garage:
  52. - rtsp://username:[email protected]:554/h264Preview_01_main
  53. Garage_sub:
  54. - rtsp://username:[email protected]:554/h264Preview_01_sub
  55. FrontDoor:
  56. - rtsp://username:[email protected]:554/h264Preview_01_main
  57. FrontDoor_sub:
  58. - rtsp://username:[email protected]:554/h264Preview_01_sub
  59. BackYard:
  60. - rtsp://username:[email protected]:554/h264Preview_01_main
  61. BackYard_sub:
  62. - rtsp://username:[email protected]:554/h264Preview_01_sub
  63. FrontWest:
  64. - rtsp://username:[email protected]:554/h264Preview_01_main
  65. FrontWest_sub:
  66. - rtsp://username:[email protected]:554/h264Preview_01_sub
  67. BackWest:
  68. - rtsp://username:[email protected]:554/h264Preview_01_main
  69. BackWest_sub:
  70. - rtsp://username:[email protected]:554/h264Preview_01_sub
  71. BackYard2:
  72. - rtsp://username:[email protected]:554/h264Preview_01_main
  73. BackYard2_sub:
  74. - rtsp://username:[email protected]:554/h264Preview_01_sub
  75. cameras:
  76. Garage:
  77. motion:
  78. improve_contrast: true
  79. detect:
  80. enabled: true
  81. ffmpeg:
  82. inputs:
  83. - path: rtsp://127.0.0.1:8554/Garage?video=copy&audio=aac
  84. input_args: preset-rtsp-restream
  85. roles:
  86. - record
  87. - path: rtsp://127.0.0.1:8554/Garage_sub?video=copy
  88. roles:
  89. - detect
  90. output_args:
  91. record: preset-record-generic-audio-copy
  92.  
  93. notifications:
  94. enabled: true
  95. FrontDoor:
  96. motion:
  97. improve_contrast: true
  98. detect:
  99. enabled: true
  100. ffmpeg:
  101. inputs:
  102. - path: rtsp://127.0.0.1:8554/FrontDoor?video=copy&audio=aac
  103. input_args: preset-rtsp-restream
  104. roles:
  105. - record
  106. - path: rtsp://127.0.0.1:8554/FrontDoor_sub?video=copy
  107. input_args: preset-rtsp-restream
  108. roles:
  109. - detect
  110. output_args:
  111. record: preset-record-generic-audio-copy
  112.  
  113. notifications:
  114. enabled: true
  115. BackYard:
  116. motion:
  117. improve_contrast: true
  118. detect:
  119. enabled: true
  120. ffmpeg:
  121. inputs:
  122. - path: rtsp://127.0.0.1:8554/BackYard?video=copy&audio=aac
  123. input_args: preset-rtsp-restream
  124. roles:
  125. - record
  126. - path: rtsp://127.0.0.1:8554/BackYard_sub?video=copy
  127. input_args: preset-rtsp-restream
  128. roles:
  129. - detect
  130. output_args:
  131. record: preset-record-generic-audio-copy
  132.  
  133. notifications:
  134. enabled: true
  135. FrontWest:
  136. motion:
  137. improve_contrast: true
  138. detect:
  139. enabled: true
  140. ffmpeg:
  141. inputs:
  142. - path: rtsp://127.0.0.1:8554/FrontWest?video=copy&audio=aac
  143. input_args: preset-rtsp-restream
  144. roles:
  145. - record
  146. - path: rtsp://127.0.0.1:8554/FrontWest_sub?video=copy
  147. input_args: preset-rtsp-restream
  148. roles:
  149. - detect
  150. output_args:
  151. record: preset-record-generic-audio-copy
  152.  
  153. notifications:
  154. enabled: true
  155. BackWest:
  156. motion:
  157. improve_contrast: true
  158. detect:
  159. enabled: true
  160. ffmpeg:
  161. inputs:
  162. - path: rtsp://127.0.0.1:8554/BackWest?video=copy&audio=aac
  163. input_args: preset-rtsp-restream
  164. roles:
  165. - record
  166. - path: rtsp://127.0.0.1:8554/BackWest_sub?video=copy
  167. input_args: preset-rtsp-restream
  168. roles:
  169. - detect
  170. output_args:
  171. record: preset-record-generic-audio-copy
  172.  
  173. notifications:
  174. enabled: true
  175. BackYard2:
  176. motion:
  177. improve_contrast: true
  178. detect:
  179. enabled: true
  180. ffmpeg:
  181. inputs:
  182. - path: rtsp://127.0.0.1:8554/BackYard2?video=copy&audio=aac
  183. input_args: preset-rtsp-restream
  184. roles:
  185. - record
  186. - path: rtsp://127.0.0.1:8554/BackYard2_sub?video=copy
  187. input_args: preset-rtsp-restream
  188. roles:
  189. - detect
  190. output_args:
  191. record: preset-record-generic-audio-copy
  192.  
  193. notifications:
  194. enabled: true
  195. record:
  196. sync_recordings: true
  197. enabled: true
  198. retain:
  199. days: 7
  200. mode: motion
  201. export:
  202. timelapse_args: -vf scale=trunc(iw/2)*2:trunc(ih/2)*2 -vf setpts=0.00695*PTS -r
  203. 30 -crf 28 -preset veryslow
  204. alerts:
  205. retain:
  206. days: 30
  207. pre_capture: 7
  208. post_capture: 7
  209. detections:
  210. retain:
  211. days: 30
  212. pre_capture: 7
  213. post_capture: 7
  214.  
  215. snapshots:
  216. # Optional: Enable writing jpg snapshot to /media/frigate/clips (default: shown below)
  217. enabled: true
  218. # Optional: save a clean PNG copy of the snapshot image (default: shown below)
  219. clean_copy: true
  220. # Optional: print a timestamp on the snapshots (default: shown below)
  221. timestamp: true
  222. # Optional: draw bounding box on the snapshots (default: shown below)
  223. bounding_box: true
  224. # Optional: crop the snapshot (default: shown below)
  225. crop: false
  226. # Optional: height to resize the snapshot to (default: original size)
  227. #height: 175
  228. # Optional: Restrict snapshots to objects that entered any of the listed zones (default: no required zones)
  229. #required_zones: []
  230. # Optional: Camera override for retention settings (default: global values)
  231. retain:
  232. # Required: Default retention days (default: shown below)
  233. default: 10
  234. # Optional: Per object retention days
  235. objects:
  236. person: 15
  237. car: 15
  238. # Optional: quality of the encoded jpeg, 0-100 (default: shown below)More actions
  239. quality: 70
  240. version: 0.16-0
  241. notifications:
  242. enabled: false
  243. email: MyEmailAddress
Advertisement
Add Comment
Please, Sign In to add comment