Commit Graph

2 Commits

Author SHA1 Message Date
9873590d44 Update config.yml
feat(frigate): tune person detection sensitivity and add motion settings

- Lower threshold to 0.5s for faster person detection
- Reduce min_area to 2000px to detect people at greater distances
- Set min_score to 0.6 for balanced confidence filtering
- Add motion detection settings (threshold: 30, contour_area: 10)
- Add aspect ratio filters (min_ratio: 0.3, max_ratio: 10)

This provides faster, more reliable person detection while relying on
Home Assistant automation cooldown to prevent notification spam.
2025-10-01 23:19:12 -05:00
c7e6cdb9a1 Add config.yml
Per Claude - this is the working version we had with:

 CPU detector (working reliably)
 Auto-detecting resolution
 Object filters to reduce notification spam
 All your camera settings

I have my doubts re: constantly detecting the truck
2025-10-01 22:03:31 -05:00