Example

Video Analysis

Batch-analyse a recorded clip into an event timeline, tracklets and exports.

VideoEvents

Steps

  1. Add the video file as a looped source.
  2. Let the pipeline run; events accumulate in the timeline and SQLite store.
  3. Query events over the REST API or watch them stream over the WebSocket.
  4. Export incident clips or a journey supercut for any subject.

Command

shell
# events stream live over the WebSocket as the clip plays
wscat -c ws://127.0.0.1:8787/ws

Result

Output

A chronological event feed (PERSON, VEHICLE, ANOMALY, WEAPON…) with snapshots and clips.

← All examples · API reference