bi_get_camera_snapshot
Fetch a live JPEG frame from any camera and receive it as base64, ready for the agent to save or compare against maps. Useful for verifying PTZ framing or grabbing a still without alert/clip processing.
Instructions
Fetch a single current JPEG frame from a camera via GET /image/<short>. Returns the image as base64 — the calling agent decides where (if anywhere) to write it to disk. Useful for cross-referencing live camera coverage against spatial maps, verifying PTZ preset framing, or capturing a still without going through the alert/clip pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | If true, return the raw Blue Iris JSON instead of the shaped view. | |
| camera | Yes | Camera short name (e.g. 'SecCam_3'). Required. |