Example

Live Camera Processing

Connect an RTSP/ONVIF camera and analyse it in real time with overlays.

LiveRTSP

Steps

  1. Discover cameras with `POST /api/discover` or add an RTSP URL.
  2. Open the camera in the POV view; the feed streams as MJPEG.
  3. Toggle DETECTION classes and the TACTICAL / FORESIGHT overlays from the modules rail.
  4. 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.

← All examples · API reference