daz_render_with_camera_async
Render a scene from a specific camera without changing the active viewport. Returns immediately with a request ID for asynchronous progress tracking.
Instructions
Start a camera-specific render asynchronously — returns immediately with a request_id.
Renders from the specified camera without changing the active viewport camera. Use daz_get_request_status() to poll and daz_get_request_result() for the result.
Args: camera_label: Display label of the camera to render from. output_path: Optional file path for the rendered image.
Returns: {"request_id": "script-XXXXXXXX", "status": "queued", "submitted_at": "..."}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera_label | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||