Vision Events Schema
Root Fields
| Field | Type | Description |
|---|---|---|
| camera_id | text | Unique camera identifier |
| intersection | boolean | True if camera faces intersection |
| label | text | Detected object class |
| pole_id | text | Unique pole ID |
| timestamp | long | UNIX timestamp |
| hit_counts | int | Number of tracked positions |
| locations | array | List of location elements |
Location Schema
| Field | Type | Description |
|---|---|---|
| coords | float[2] | 2D object coordinates |
| street_segment | text | Labeled street segment ID |
| timestamp | long | UNIX timestamp |