Fetch Camera Image
get_camera_imageRetrieve the current image from a traffic camera as base64 data using its photo URL from get_cameras. Use it to view live road conditions.
Instructions
Fetch the actual image from a traffic camera. Takes a photo URL (obtained from get_cameras tool) and returns the image as base64-encoded data. Use this to retrieve the current traffic camera photo for viewing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| photoUrl | Yes | The photo URL from a camera (obtained from get_cameras tool) |