Extract capture screenshot
extract_capture_screenshotExtract the final-present screenshot embedded in an Nsight Graphics capture. Returns an MCP image, or saves to a file when an output path is specified.
Instructions
Extract the final-present screenshot embedded in a capture. Without output_path it returns an MCP image using a temporary file. With output_path it also saves the image; existing files require overwrite=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overwrite | No | ||
| output_path | No | ||
| capture_path | Yes | Absolute or working-directory-relative path to an .ngfx-capture or .ngfx-bincap file. | |
| include_image | No |