DEV Community

Super Funicular
Super Funicular

Posted on

How to turn an old Android phone into a live security camera (screen off, no cloud)

A drawer full of old phones is a drawer full of security cameras you already paid for. Each one has a decent sensor, Wi-Fi, and a battery — everything a dedicated IP camera has, minus the yearly cloud subscription. The catch is that Android doesn't make "point this phone at the door and let me watch it live from the couch" a one-tap thing out of the box. Here's the setup that actually works, and the trade-offs to know before you commit an old handset to the job.

What "good" looks like

Before picking an app, it helps to define the target:

  • The screen can turn off while the camera keeps running (otherwise the phone cooks and the battery dies in an afternoon).
  • You can pull up a live view on demand, not just get a motion clip after the fact.
  • Footage and the live stream stay on your own network — no third-party account required to see your own hallway.

Most "old phone as a camera" apps fail at least one of these. Cloud-first apps make the live view easy but route everything through a company server and paywall the useful parts. Local-recording apps keep your data private but often can't stream a live view to a second device.

The basic setup

  1. Factory-reset the old phone and sign in with an account you don't mind leaving on it.
  2. Put it on a charger permanently — camera duty is hard on a battery, so treat it as a wired device, not a mobile one.
  3. Connect it to the same Wi-Fi as the phone or laptop you'll watch from. Same network is what lets you keep the stream local.
  4. Install a camera app that supports screen-off recording and a live remote view. Mount the phone (a cheap clamp, or even a stack of books) with a clear sightline.
  5. On the viewing device, open the same app or a browser and pull up the live feed.

Screen-off is the part people miss

The single biggest difference between a phone that lasts as a camera and one that overheats is whether the app can keep the camera pipeline alive with the display off. When the screen stays on 24/7 you get thermal throttling, a swollen battery over months, and a burned-in panel. An app that records and streams with the screen dark sidesteps all three. If an app can't do this, it's a nannycam demo, not a security camera.

No-cloud vs cloud, honestly

Local-only is now table stakes — plenty of apps store clips on the device. The harder combination is local storage plus a live remote view: watching in real time without your video passing through someone else's server. If privacy is the point, that's the feature to check for specifically. It's also worth confirming what a "free" tier actually includes, since several popular options have recently trimmed free camera counts and moved live viewing behind a subscription.

A quick comparison lens

When you evaluate any option, score it on four axes:

  • Screen-off operation (yes/no)
  • Live remote view (yes/no)
  • Data stays local (yes/no)
  • Free tier actually usable (how many cameras, is live view included)

If all four are yes, you've got a real camera. If live view or screen-off is missing, you've got a motion-clip logger — still useful, but know which one you're deploying.

One option

Background Camera RemoteStream is one app built around exactly this combination: screen-off recording, a live remote view, and keeping footage on your own device rather than a cloud account. It's free on the Play Store if you want to try the setup above:

https://play.google.com/store/apps/details?id=com.superfunicular.digicam

Open question

If you've built a multi-phone setup, I'm curious how you're handling several feeds at once — a single app grid, a self-hosted dashboard, or something else? The old-phone-as-camera space still doesn't have a clean answer for the "I have five of these now" problem.

Top comments (0)