list_cameras
Find traffic cameras in any map area by providing bounding box coordinates. Retrieve camera details and live image URLs to help users access local traffic views.
Instructions
List traffic cameras within a map bounding box.
Same query the VanCam web app (vancam.ai) runs when the user pans/zooms the map. Use when the user asks for cameras in a visible map area or geographic rectangle.
Parameters: min_lat, min_lon, max_lat, max_lon: Bounding box (WGS84) limit: Max cameras to return (1–100, default 100) active_only: If true, return only camera_class=open (live feeds)
Returns: Bounds search JSON with enriched image_url per camera.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| max_lat | Yes | ||
| max_lon | Yes | ||
| min_lat | Yes | ||
| min_lon | Yes | ||
| active_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |