Design Your Own AI Watchdog
Powered by an Open Camera Platform!
AIBOX (Raspberry Pi) can add 24/7 recording, live view, and AI detection to various IP cameras or USB webcams—simply by placing it nearby.
With the dedicated mobile app, you can easily watch recorded footage, live streams from anywhere.
Additionally, the AI detection features running on AIBOX can be freely modified, allowing you to develop custom AI detection processes tailored to your needs—making it a truly open AI camera platform.
Perfect for monitoring your home or office, or experimenting with AI and IoT projects. Fully customizable, with AI detection features on AIBOX that can be modified to create your own AI detection processes—making it a truly open AI camera platform.
You'll need a Raspberry Pi 5 with at least 4GB of RAM.
24/7 cloud recording
Check footage anywhere using the app
Watch live footage from anywhere on your smartphone
Detect people, animals, cars, and more using AI
Receive push alerts on your smartphone when AI detects events
Develop and deploy your own AI detection features freely
AIBOX OS comes with the built-in "aicap" command, which makes it easy to capture camera frames and send push notifications to your smartphone.
With this command, you can send a push notification with an attached camera image from Python, PHP, or shell scripts — with just a single line of code.
#!/bin/bash
aicap push
Simply embed this command into your own script, and your AI detection program can instantly send notifications to your smartphone.
Start here!
Descriptions of built-in commands available in AI CAPTURE OS
Ready-to-use AI detection examples
Discover, share, and run AI detection modules for AI CAPTURE — anyone can contribute!
Collection of technical info useful for development