create_camera
Add a camera sensor to a 3D scene with configurable position, rotation, and resolution.
Instructions
Add a camera sensor to the scene.
Args: prim_path: Prim path for the camera. position: [x, y, z] world position. rotation: [rx, ry, rz] rotation in degrees. resolution: [width, height] image resolution. Default 1280x720.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | ||
| rotation | No | ||
| prim_path | No | /World/Camera | |
| command_id | No | ||
| resolution | No | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |