create_camera
Add a camera sensor to any scene with specified position, rotation, and resolution for capturing images or video.
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 |
|---|---|---|---|
| prim_path | No | /World/Camera | |
| position | No | ||
| rotation | No | ||
| resolution | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |