Track Checks
The Track Checks node provides three check types that can be composed together. Each type examines a different aspect of track behavior.Type I
Track in ZoneIs a track in a zone meeting threshold conditions?
Type II
Zone SequenceDid a track visit zones in a specific order?
Type III
Track InteractionDid two tracks interact with each other?
Zone Activity Check
Zone Activity
Zone Activity CheckAre enough tracks in a zone meeting threshold conditions? Used for congestion, congregation, and occupancy monitoring.
Composing use cases
Most real-world detection use cases map to one or more check types:How checks compose
Each check type writes its results to a separate namespace (checks.type1, checks.type2, checks.type3) and preserves all input data. This means you can chain them in sequence:
checks object and evaluates all results together using AND or OR logic.

