fix: wire package/visitor events, bbox payloads, reel/timelapse scheduling
- Add `requests` to pyproject.toml dependencies (used by detection/weather.py) - Wire PACKAGE_DELIVERED/REMINDER/COLLECTED and KNOWN/UNKNOWN_VISITOR event types in EventProcessor._classify_event - Add normalized bbox to all detection payloads in camera worker (domestic_animal, wildlife, person, vehicle) - Integrate highlight reel and timelapse scheduling in HealthMonitor.run() Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -24,6 +24,7 @@ dependencies = [
|
||||
"py-vapid>=1.9.0",
|
||||
"ultralytics>=8.2.0",
|
||||
"torchvision>=0.18.0",
|
||||
"requests>=2.32.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user