The cheapest home security camera in 2026 isn't a camera you buy. It's a phone you already own, a free local-only app, and a charger. Total new spe...
For further actions, you may consider blocking this person and/or reporting abuse
Hi friend, I posted the new FuriousCam app that I told you about
Hey FuriousOfNight — congrats on shipping FuriousCam Pro! Read through your build write-up; an AI-orchestrated virtual webcam is a fun angle, and open-sourcing the streaming pipeline is the right call. One thing I'm curious about: does the capture run headless / with the screen off, or does it need an active foreground session? That's the part that always bites me on Android's camera stack. Happy to swap notes anytime.
In my tests, the camera stream continues working even when the phone screen is turned off. FuriousCam does not require the display to remain active after the connection is established. This behavior has been stable across my test devices, although Android OEM customizations can always introduce device-specific differences.
Where is your app listed? Can you link me? I can't pull it up on Google Play. Have a great A.I. day mate!
when clicking on connect in the app, if the phone screen is off, the camera video will work normally, there is no need for the phone screen to be on for the app's camera to work
This was a really interesting breakdown. A lot of people assume they need an expensive subscription plan to get useful home security coverage, but it's helpful to see some lower-cost alternatives explained in detail.
One thing I'd be curious about is long-term reliability. Have you found that local storage setups remain practical after a year or two of use, especially when managing multiple cameras?
I'm also interested in how these subscription-free options compare when it comes to motion detection accuracy and remote access. In my experience, those features often make a bigger difference than the hardware itself.
Thanks for sharing such a detailed comparison.
Thanks Rukhsana — those are exactly the questions that separate a setup still running in two years from one that quietly died in month three.
On long-term reliability: the storage medium itself rarely fails — unmanaged retention does. The setups that survive are the ones where you pick a rolling-overwrite window on day one (say, keep 7 days and loop) so the device never silently fills and stops recording. With multiple cameras I'd keep each phone writing to its own local storage rather than funneling everything into one shared box — fewer single points of failure, and one dead camera doesn't take the others down with it.
On motion detection: you're right that it often matters more than the hardware, and it's the honest gap with free/local setups. On-device detection still trails paid cloud ML at rejecting false triggers (shadows, headlights, swaying branches). The practical win is tighter detection zones plus a short cooldown rather than chasing maximum sensitivity.
On remote access — this is the one I'd watch hardest for privacy. A lot of "free" apps hand you watch-from-anywhere by quietly routing your stream through their cloud relay, which undoes the local-only benefit (and is exactly the thing that ends up in breach headlines). The subscription-free way to keep remote viewing is a VPN back into your own home network, so you reach the camera as if you were on the couch — more setup, zero dollars, footage never touches a third party. That's the model I built Background Camera RemoteStream around: local recordings, in-browser LAN viewing behind a PIN — play.google.com/store/apps/details...
Happy to go deeper on any of these.