render_camera_view
Render a single frame using a named camera, with optional frame and output path. Raises an error when the camera name cannot be resolved.
Instructions
通过指定相机渲染一帧。相机名解析不到时报错。 [English] Render a single frame through a named camera. Fails if the camera name does not resolve to a node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | 输出文件绝对路径;省略则写入渲染输出目录。 | Absolute output path; omit to use the render output folder. | |
| frame | No | 要渲染的帧号;省略为当前帧。 | Frame to render; omit for the current frame. | |
| camera | Yes | 相机对象名。 | Camera object name. |