Home Security App
Bubbaloop 101: Turn Your Phone into a Smart Security Camera in 10 Minutes
Last updated
Bubbaloop 101: Turn Your Phone into a Smart Security Camera in 10 Minutes
Last updated
Why should you care?
You already own the hardware. An old iPhone or Android device on your windowsill is now your first smart security feed.
Privacy‑first. Everything stays local on a $249 Jetson Orin Nano or your laptop – no cloud fees, no vendor lock‑in.
Instant insight. Live multi‑camera visualization and local video recording with spatial intelligence built in.
This guide walks you through setting up Bubbaloop, an open-source camera pipeline built with Rust and , to:
Ingest real-time video from your phone or IP cameras
Do high level vision tasks like question answering, object detection etc on frames
Visualize and interact with the results in real-time
All with high performance on low-cost edge hardware
⏱️ You’ll go from "unopened box" to live feed + local recording in 10–15 minutes.
iPhone – use or Larix Broadcaster
Android – use
Optional: IP Cam (RTSP compatible) – e.g. TP-Link Tapo TC65 (~£29)
Or your Linux laptop / PC
Start a stream and take note of the RTSP URL (e.g. rtsp://your-ip:8554/live
)
Edit src/cu29/pipelines/cameras_1.ron
:
This will install all the necessary dependencies including Rust (if not installed on your computer) and start the system process. You can check the status via
for real time logs
To stop:
List all pipelines:
To stop:
Or view a recorded .rrd
file:
For now the pipelines are mutually exclusive. This means that before starting the inference you need to stop any running pipeline.
Now you can start safely the inference engine
You can change the prompt online with the following command
The inference result can be obtained using the following command
Jetson Orin Nano (8GB) – (~$249)
Rust + Cargo —
Kornia-rs: high-performance vision tools in Rust —
Just: command runner —
for real-time visualization (optional but recommended)
Download
Install
Join our or open issues on .