- 01 · Ingest
-
VisaRoxy pulls the stream from each camera and decodes frames at the rate the agent needs.
Streams arrive over RTSP or ONVIF, so the camera model and vendor do not matter. A camera
that already records to a VMS keeps recording; VisaRoxy reads a second stream from it.
- 02 · Understand
-
Each frame is resolved into the objects and areas the operation thinks in: people,
vehicles, equipment, doors, and the zones drawn over the scene. Objects are tracked
between frames, which is what allows the platform to talk about duration rather than
presence — a pallet that has been in a lane for nine minutes, not a pallet that exists.
- 03 · Decide
-
The rule engine evaluates the agent's conditions against that structured output. A rule
combines a condition, a persistence threshold, a schedule and a deduplication window.
The output is either nothing, a log entry, or a named event with a severity.
- 04 · Act
-
Confirmed events are routed outward: an alert to a team, a request in a ticketing queue,
an outbound webhook, a signal to connected equipment, or an escalation if nobody
acknowledges within a configured window.
- 05 · Review
-
Every event is retained with its clip and its context, and can be searched by zone, event
type and time range. Thresholds are tuned from this record, which is how an agent gets
quieter and more accurate over its first weeks.