render_specific_camera
Render a Houdini scene from a specified camera path and return structured data: renderer, image path, and file size.
Instructions
IMPORTANT (fork-render-policy-redirect-and-consent):
在用户机 H21 缺 OGL 3.3 环境下,本工具的 opengl renderer 已被 fork
强制 redirect 到 ``capture_pane_screenshot(SceneViewer)``;karma_cpu
/ karma_xpu 需带 ``consent_token`` 重调。详见 ``_render_policy.py``。
Render from a specific camera path in the Houdini scene.
Returns a structured dict (renderer / image_path / size_bytes) instead
of a string. See render_single_view docstring for the dict-vs-str
Pydantic background.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera_path | Yes | ||
| render_path | No | C:/temp/ | |
| karma_engine | No | cpu | |
| consent_token | No | ||
| render_engine | No | opengl |