bi_get_camera_config
Get camera config and state from Blue Iris: motion sensitivity, AI zones, recording mode, stream paths, schedule flags. Uses admin full config or filtered camera state without admin.
Instructions
Per-camera config + state. With admin creds, calls camconfig to return motion sensitivity, AI zones, recording mode, stream paths, schedule/profile flags. Without admin, falls back to filtered camlist state. Trigger zone polygons, per-class AI thresholds, and alert action definitions are NOT exposed by BI's JSON API — use bi_get_reg for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | If true, return the raw Blue Iris JSON instead of the shaped view. | |
| short | Yes | Camera short name (e.g. 'SecCam_3'). Required. |