Example
Live Camera Processing
Connect an RTSP/ONVIF camera and analyse it in real time with overlays.
Steps
- Discover cameras with `POST /api/discover` or add an RTSP URL.
- Open the camera in the POV view; the feed streams as MJPEG.
- Toggle DETECTION classes and the TACTICAL / FORESIGHT overlays from the modules rail.
- Alerts raise as zones and rules trigger.
Command
shell
curl -X POST http://127.0.0.1:8787/api/sources \
-H "content-type: application/json" \
-d '{"name":"North Gate","url":"rtsp://…"}'
Result
Output
A live, overlaid feed with detections, predictive ghosts and a depth-locked tactical radar.