Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mqtt:
- host: 192.168.1.234 #Insert the IP address of your Home Assistant
- port: 1883 #Leave as default 1883 or change to match the port set in yout MQTT Broker configuration
- topic_prefix: frigate
- client_id: frigate
- user: mqtt-core #Change to match the username set in your MQTT Broker
- password: password! #Change to match the password set in your MQTT Broker
- stats_interval: 60
- ffmpeg:
- hwaccel_args: preset-vaapi
- detectors:
- coral:
- type: edgetpu
- device: usb
- record:
- enabled: true
- retain:
- days: 7
- mode: motion
- alerts:
- retain:
- days: 30
- detections:
- retain:
- days: 30
- snapshots:
- enabled: true
- retain:
- default: 30
- genai:
- enabled: true
- provider: ollama
- base_url: http://192.168.1.195:11434
- model: llava:7b
- go2rtc:
- streams:
- shed:
- - ffmpeg:rtsp://antonio79:{FRIGATE_RTSP_PASSWORD}@192.168.1.150:554/stream1#input=rtsp/udp
- cameras:
- shed:
- ffmpeg:
- input_args: preset-rtsp-restream
- inputs:
- - path: rtsp://127.0.0.1:8554/shed
- roles:
- - detect
- motion: {}
- zones:
- Smokers:
- 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
- loitering_time: 0
- North_Side_of_House:
- coordinates: 0.081,0.76,0.2,0.763,0.198,0.492,0.161,0.498,0.067,0.581
- loitering_time: 0
- objects: person
- South_Side_of_House:
- coordinates: 0.564,0.686,0.612,0.688,0.609,0.529,0.566,0.52
- inertia: 3
- loitering_time: 0
- objects: person
- Grass:
- coordinates:
- 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
- loitering_time: 0
- objects: person
- review:
- alerts:
- required_zones: Smokers
- detections:
- required_zones: Smokers
- genai:
- use_snapshot: true
- prompt: Analyze the {label} in these images from the {camera} security camera
- at the front door. Focus on the actions and potential intent of the {label}.
- object_prompts:
- person: Examine the person in these images. What are they doing, and how might
- their actions suggest their purpose (e.g., approaching, leaving)? If they
- are smoking, please say they are smoking!
- objects:
- - person
- required_zones:
- - steps
- objects:
- filters:
- person: {}
- version: 0.15-1
- semantic_search:
- enabled: true
- reindex: false
- model_size: small
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement