cd /news/developer-tools/turn-an-old-android-phone-into-a-scr… · home topics developer-tools article
[ARTICLE · art-87176] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Turn an old Android phone into a screen-off security camera (no cloud, LAN-only)

A developer has detailed a method to repurpose an old Android phone as a screen-off security camera that records locally without cloud services. The approach uses apps like IP Webcam or Background Camera RemoteStream to enable LAN-only streaming and screen-off recording, avoiding subscription fees and keeping footage on the home network. The developer notes heat management and battery optimization as key considerations for continuous operation.

read2 min views1 publishedAug 5, 2026

Old Android phones pile up in drawers. Instead of letting one die there, you can point it at a doorway, a driveway, or a pet's favorite corner and let it record. Here is a straightforward, cloud-free way to do it, and the reasoning behind each choice.

A three-year-old phone still has a decent sensor, Wi-Fi, and a battery. The two things that usually get in the way are the screen (it drains power and announces that the phone is recording) and cloud services (a monthly fee plus your footage on someone else's server). Solve those two and an old handset becomes a capable local camera.

The feature that makes this practical is screen-off recording. The camera keeps capturing while the display is fully dark, so the phone sips power instead of gulping it and does not glow in a dark room. On Android you get this either through a background-camera recorder app or, on some OEM camera apps, a "screen off" toggle buried in settings.

If you only need to review footage later, saving clips to the phone's own storage is enough. If you want to watch a live feed, look for an app that streams over your LAN so the video never leaves your home network. That keeps latency low and keeps a subscription out of the picture. The trade-off is range: LAN-only means you watch from the same network, not from anywhere in the world, unless you add your own VPN.

Option Local-only viewing Cost Notes
Alfred Camera (free tier) No, cloud-based Free tier limited to 2 cameras; paid ~$35.99/yr Cloud relay, easy setup
AtHome Camera Partial Free with paid tiers 720p on free tier
IP Webcam Yes, LAN Free Local streaming, more manual setup
WardenCam Yes Free/paid Effectively unmaintained since mid-2023
Background Camera RemoteStream Yes, LAN live view Free Phone-as-camera, screen-off recording, live remote view on your own network

Figures reflect what these apps advertised as of mid-2026; check each store listing before you rely on a number.

Heat is the real enemy of a phone that records all day on a charger. Give it airflow and avoid sealed enclosures in direct sun. Also confirm your recorder actually keeps running when the screen sleeps; some phones aggressively kill background apps, so you may need to exclude the app from battery optimization.

The app I build for this is Background Camera RemoteStream. It does screen-off recording and live viewing over your local network, with no cloud account and no per-camera fee.

If you have a spare Android phone, this is a 60-second project that beats buying another gadget.

── more in #developer-tools 4 stories · sorted by recency
── more on @alfred camera 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/turn-an-old-android-…] indexed:0 read:2min 2026-08-05 ·