bi_get_alert_tracks
Retrieve AI object tracks (per-frame bounding boxes) for an alert by supplying its path from bi_list_alerts. Ideal for analyzing object movement within security footage.
Instructions
AI object tracks (per-frame bounding boxes) inside one alert. Pass the alert's 'path' from bi_list_alerts. KNOWN BROKEN on BI 5.9.9.71: returns 'Access denied' from both the read-user and admin-user paths. The tracks cmd appears in BI's JSON cmd list but the manual provides no spec for it, and its gating mechanism is undocumented. Uses admin if configured (in case a future build accepts it), otherwise uses the read client. Do not rely on this tool until the gating is characterized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | If true, return the raw Blue Iris JSON instead of the shaped view. | |
| path | Yes | Alert path/identifier from bi_list_alerts. |