The trigger to build GeoCam was small and unglamorous: I kept forgetting to arm my Blink cameras when I left the house, and I kept forgetting to disarm them when I came back. My partner had the same problem. After enough false-positive notifications and “wait, are the cameras even on right now?” moments, I went looking for an off-the-shelf fix. There wasn’t one I liked.
This post is the short version of what I tried, why I ended up building my own, and what I learned about Blink’s automation gaps along the way.
This is the first thing worth saying clearly: as of 2026, the Blink app does not include location-based arming. The product team has chosen schedules and manual control as the primary automation surfaces. That is a defensible product decision — geofencing is messy on real phones, and a security camera that arms or disarms by mistake is worse than one that just sits there — but it leaves a clear gap for households where everyone’s day looks different.
I wrote up the gap separately, with worked examples for hybrid work, shift work, and family schedules: Blink Schedules vs Geofencing — which one should you actually use. The short answer is “use both,” but that requires a way to do the geofencing half.
Before writing a single line of code I tried each existing workaround. I documented all four in a single guide on the GeoCam site, but here’s the honest summary of why I gave up on each:
The pattern is consistent: each option fails on either reliability, setup cost, or family use cases — sometimes all three.
When I sat down to design GeoCam I wrote down three constraints that ruled out most existing options:
These constraints are also why GeoCam looks intentionally narrow as a product: it does one job, and it tries to do it on the same hardware that already knows where you are.
GeoCam is live on iOS and Android. The full product page, FAQ, and the four head-to-head comparisons above all sit on geocam.matteotomasini.com. The pricing model matches the household-first design: a single subscription covers everyone in a family, not one charge per phone.
If you’re trying to solve the same problem — Blink cameras that should follow your presence and not your calendar — the pillar piece Blink Schedules vs Geofencing is the best place to start. It will tell you whether you actually need geofencing in the first place, or whether a richer schedule will do. Either answer is fine. The point is making the decision deliberately, instead of finding out at 11pm that the cameras are still off.