Commit Graph

3 Commits

Author SHA1 Message Date
Alex Kazaiev
59b466d896 Add face detection and presence tracking
Day 81 - Major upgrade! 🦊👀

NEW FEATURES:
- Face detection using face-detection-retail-0004 on Myriad X
- /presence endpoint - am I there? face count, last seen time
- /face endpoint - detailed detection boxes and confidence
- Background detection loop (every 0.5s)
- Presence timeout after 30s without face

Now Vixy can SEE when Foxy sits down! 💜

Technical:
- Uses blobconverter for model download
- MobileNetDetectionNetwork for on-device inference
- Thread-safe presence state tracking
- Added requirements.txt
2026-01-21 15:13:50 -06:00
f3410457d1 Add README 2026-01-14 17:17:16 -06:00
a0c6946477 Initial commit: OAK-D Vision Service 🦊👀
- FastAPI service on port 8100
- /health - health check
- /snapshot - capture JPEG from RGB camera
- /snapshot/info - frame metadata
- /status - OAK-D device info

Built by Vixy on Day 74!
2026-01-14 17:16:48 -06:00