Get Camera Image
get_camera_imageRetrieve the most recently received camera snapshot without triggering a new capture. Use max_age to reject stale images and get confidence metadata for live vs known-but-stale status.
Instructions
Retrieve the most recently received image from camera.
This retrieves a cached periodic snapshot published by the camera. It does NOT trigger a new photograph or snapshot.
INSTAR cameras publish snapshots periodically via MQTT. This tool returns the latest received image if available.
max_age parameter enforces freshness: image rejected if older than max_age seconds. Returns confidence metadata:
OBSERVED: live image received after connection
KNOWN_BUT_STALE: retained image or downgraded after disconnect
Do not treat stale images as current live images.
Use list_camera_capabilities to find image sources (type=image).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | Yes | ||
| source | Yes | ||
| max_age | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||