capture_camera_view
Capture a camera view from Autoware vehicles (front, rear, left, right, traffic light) and save it as an image file. Returns the file path for later use.
Instructions
Capture current camera view and save as image file. Returns path to image that can be viewed with Read tool.
Args: camera: Camera to capture from (front, rear, left, right, traffic_light)
Returns: Dictionary with image_path that can be read with Read tool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | No | front |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||