Chapter 01
Move-in / move-out detection
A new face appears across the lobby, lift and corridor cameras for the first time, then keeps appearing across a seven-day window. The system surfaces it to the concierge as a candidate move-in — not as a decision, as a row in their morning brief.
- What it solves
- UK BTR turnover sits around 25% per annum; mid-sized buildings see one to three move-in or move-out events every week, and the concierge log routinely misses them because nobody asked the desk and the courier arrived at 19:40. The cost is downstream: the new resident isn't onboarded, the leaver still has a fob, the cleaning team isn't told. Cross-camera novelty detection over a seven-day window gives the concierge a single brief item — 'new face, 6 sightings, lobby + lift 4 + corridor 3' — and they pick up the phone.
- ICO posture
- ReID via embeddings, not facial recognition. The system never has a name, never has a face, never has a date of birth. The 'new face' is a vector that has not been seen in the rolling 30-day embedding store; the concierge attaches the human identity off-system through the lease record. Lawful basis: UK GDPR Art 6(1)(f), legitimate interests — building safety and lease compliance, balanced against resident expectation that move-in events are tracked by the operator.
- Data retention
- Raw frames: 72-hour ring buffer on the edge node, never written to durable storage. Embedding vectors: 30-day rolling window, UK region only, deleted on rolling expiry.
- What the concierge does
- Human-in-loop, always. The system raises a flag in the morning brief; the concierge decides whether to follow up with the leasing team. No automated message goes to a resident, ever.