Advertisement
Guest User

Untitled

a guest
May 19th, 2025
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. mqtt:
  2. host: 192.168.1.234 #Insert the IP address of your Home Assistant
  3. port: 1883 #Leave as default 1883 or change to match the port set in yout MQTT Broker configuration
  4. topic_prefix: frigate
  5. client_id: frigate
  6. user: mqtt-core #Change to match the username set in your MQTT Broker
  7. password: password! #Change to match the password set in your MQTT Broker
  8. stats_interval: 60
  9.  
  10. ffmpeg:
  11. hwaccel_args: preset-vaapi
  12.  
  13. detectors:
  14. coral:
  15. type: edgetpu
  16. device: usb
  17.  
  18. record:
  19. enabled: true
  20. retain:
  21. days: 7
  22. mode: motion
  23. alerts:
  24. retain:
  25. days: 30
  26. detections:
  27. retain:
  28. days: 30
  29.  
  30. snapshots:
  31. enabled: true
  32. retain:
  33. default: 30
  34.  
  35. genai:
  36. enabled: true
  37. provider: ollama
  38. base_url: http://192.168.1.195:11434
  39. model: llava:7b
  40.  
  41. go2rtc:
  42. streams:
  43. shed:
  44. - ffmpeg:rtsp://antonio79:{FRIGATE_RTSP_PASSWORD}@192.168.1.150:554/stream1#input=rtsp/udp
  45.  
  46. cameras:
  47. shed:
  48. ffmpeg:
  49. input_args: preset-rtsp-restream
  50. inputs:
  51. - path: rtsp://127.0.0.1:8554/shed
  52. roles:
  53. - detect
  54. motion: {}
  55. zones:
  56. Smokers:
  57. coordinates: 0.784,0.609,0.794,0.454,0.935,0.478,0.979,0.492,0.995,0.497,0.996,0.639
  58. loitering_time: 0
  59. North_Side_of_House:
  60. coordinates: 0.081,0.76,0.2,0.763,0.198,0.492,0.161,0.498,0.067,0.581
  61. loitering_time: 0
  62. objects: person
  63. South_Side_of_House:
  64. coordinates: 0.564,0.686,0.612,0.688,0.609,0.529,0.566,0.52
  65. inertia: 3
  66. loitering_time: 0
  67. objects: person
  68. Grass:
  69. coordinates:
  70. 0.011,0.992,0.085,0.767,0.456,0.739,0.462,0.687,0.612,0.691,0.995,0.864,0.975,0.962,0.895,0.997
  71. loitering_time: 0
  72. objects: person
  73. review:
  74. alerts:
  75. required_zones: Smokers
  76. detections:
  77. required_zones: Smokers
  78. genai:
  79. use_snapshot: true
  80. prompt: Analyze the {label} in these images from the {camera} security camera
  81. at the front door. Focus on the actions and potential intent of the {label}.
  82. object_prompts:
  83. person: Examine the person in these images. What are they doing, and how might
  84. their actions suggest their purpose (e.g., approaching, leaving)? If they
  85. are smoking, please say they are smoking!
  86. objects:
  87. - person
  88. required_zones:
  89. - steps
  90.  
  91. objects:
  92. filters:
  93. person: {}
  94. version: 0.15-1
  95.  
  96. semantic_search:
  97. enabled: true
  98. reindex: false
  99. model_size: small
  100.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement