
Proximity flag for a pair of tracked objects: takes two class ids as Int64 and their separation as a Double and emits a Bool that is true when the distance is within the configured per-class-pair threshold.
Compute nearest inter-object distances, flag pairs that breach a proximity threshold, and publish the boolean alerts over HTTP.
Use the proximity flag as a gate so only frames where objects are too close pass downstream.
distance_thresholds; a duplicated pair makes the rule ambiguous and fails startup rather than picking one threshold.Automated release