get_latest_frame
Fetch a Frigate camera's current frame as a base64-encoded JPEG, with optional resizing by height.
Instructions
Get the latest camera frame as a JPEG image.
Returns the image as a base64-encoded string. Use this to see what a camera is currently viewing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | Yes | Camera name to get the latest frame from | |
| height | No | Resize image to this height in pixels |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||