You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`timestamp`| string (ISO 8601 UTC) | Event timestamp |
409
-
|`scene_id`| string | Scene identifier(UUID)|
410
-
|`scene_name`| string | Scene name |
411
-
|`region_id`| string | Region identifier (UUID)|
412
-
|`region_name`| string | Region name |
413
-
|`counts`| object | Map of category to object count currently inside the region (e.g. `{"person": 2}`) |
414
-
|`objects`| array | Tracked objects currently inside the region. Each object includes live `regions.<region_id>.dwell` in addition to [Common Output Track Fields](#common-output-track-fields)|
415
-
|`entered`| array | Objects that entered the region during this cycle; each element is a bare track object and may include live `regions.<region_id>.dwell`. Empty when no entry occurred|
416
-
|`exited`| array | Objects that exited the region during this cycle; each element is `{"object": <track>, "dwell": <seconds>}`. Empty when no exit occurred |
417
-
|`metadata`| object | Region geometry: `title`, `uuid`, `points` (polygon vertices in metres), `area` (`"poly"`), `fromSensor` (boolean) |
0 commit comments