Overview of the AI CAPTURE system architecture
| Component | Description |
|---|---|
| Capture Program (cvc) |
The main program that connects to cameras and provides core features such as cloud recording and live view. |
| aicap Command |
A built-in command in AIBOX OS. Retrieves camera frame images from the capture program and sends push notifications via the cloud. |
| Detection Program |
By default, an object detection program using YOLO is included. Can be replaced with custom programs for AI detection or sensor integration using the aicap command. |
| App | A dedicated mobile app that allows users to view recorded and live video streams, and receive push notifications. |
| Detection Result Preview Display (NginX/preview.html) |
Detection program results can be previewed in a web browser. Using NginX as the HTTP server and displaying a dedicated preview page (preview.html), result images can be viewed in real-time. |