The baby monitor aisle has quietly turned into a subscription aisle. Most dedicated camera products now route the video feed of your sleeping kid through the vendor's cloud, put the useful features (history, alerts, multi-device viewing) behind a monthly plan, and stop working properly the day the company sunsets the service. That's a strange deal: you buy the hardware, but the actual monitoring is rented.
Meanwhile there's probably a perfectly good camera, WiFi radio, and battery backup sitting in your junk drawer — your last phone.
This is a short tutorial for turning an old Android phone into a baby monitor where the video stays under your control. No new hardware, no account with a camera vendor, no monthly fee.
What you need
- Any spare Android phone (this is a great job for a device too old for daily use)
- A charger — the phone stays plugged in
- A camera app that can record and stream with the screen off — I build Background Camera RemoteStream, so that's what the steps below use, but the general recipe works with anything that has these capabilities
Step 1 — Position the phone
Prop or mount the old phone with the rear camera facing the crib. A cheap gooseneck holder works; so does a bookshelf. Plug it in — video is power-hungry and this phone's battery is presumably not its best feature anymore.
Step 2 — Turn the screen off (this matters more than you'd think)
A glowing rectangle in a dark nursery is both a nightlight you didn't ask for and a "please poke me" invitation once your kid can stand. Screen-off operation means the phone looks inert while the camera keeps running. It also cuts power draw and heat, which matters for a device that's plugged in around the clock.
Step 3 — Pick your viewing path
There are two that cover basically every situation:
Same WiFi (you're home, baby is napping upstairs): the app runs a small web server on the phone, so any browser on your network — laptop, tablet, your daily phone — can open the live view directly. Phone-to-browser over your LAN; the feed never leaves your house.
Away from home (date night, grandparents babysitting, you're traveling): stream to an unlisted YouTube Live from the phone and open the link from anywhere. One honest caveat, because it's your kid on camera: unlisted means not searchable, but anyone who has the link can watch. Treat the link like a house key — share it with the babysitter, not the group chat. If that trade-off doesn't sit right with you, stay on the LAN-only path.
Step 4 — Record locally if you want history
Recordings go to the phone's own storage. There's no vendor server involved, which is the entire point: nobody's cloud, nobody's retention policy, nobody's "we've updated our privacy terms" email about footage of your nursery.
What this is not
Worth saying plainly: this is a video check-in, not a medical device. It doesn't measure breathing or heart rate, and no camera setup — DIY or store-bought — substitutes for age-appropriate safe-sleep practice. Also keep the phone and its cable fully out of the child's reach.
Why I keep pushing the old-phone angle
Phones get replaced on a two-to-three-year rhythm while remaining genuinely capable computers. Repurposing one is cheaper than a camera subscription, keeps e-waste in service, and — for the specific case of pointing a camera at your child — keeps the footage in your home instead of a data center. If you want more jobs for that drawer phone, I ranked five of them here, and wrote up the kid-upgrade variant of this setup here.
Open question for the dev.to community
Parents who went the commercial route: did the subscription creep bother you, or is the polish worth it? And if you've DIY'd a monitor from a phone or a Pi camera, what did you use for the away-from-home path — I keep going back and forth on whether unlisted-link streaming is the right default or whether everything should stay LAN-only.
App: Background Camera RemoteStream on Google Play · more at superfunicular.com · Built solo by Super Funicular LLC.
Top comments (0)