OpenIPC is an open-source alternative firmware for IP cameras, replacing proprietary, often insecure software with a clean, customizable, and privacy-focused Linux environment.

Install a lightweight YOLO model (v4-tiny) compiled for ARM. Use openipc-yolo:

opkg install yolo
yolo --model /etc/yolo/v4-tiny-coco.weights --source rtsp://127.0.0.1/stream0 --output mqtt

The camera now publishes detections without sending video to the cloud.

OpenIPC. Freedom for your camera.