capture_xr_screenshot
Capture XR camera screenshots for documentation and debugging. Supports mono, stereo, left/right eye, and custom settings.
Instructions
Captures a screenshot from the XR camera perspective. Can capture mono, stereo (side-by-side), or individual eye views. Useful for documentation and debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Image format | PNG |
| fileName | No | Custom file name. Defaults to timestamp-based name | |
| includeUI | No | Include UI elements in screenshot | |
| jpgQuality | No | JPEG quality (if format is JPG) | |
| outputPath | No | Path to save the screenshot. Defaults to Assets/Screenshots/ | |
| resolution | No | Screenshot resolution | Native |
| captureMode | No | Eye view(s) to capture | Mono |
| customWidth | No | Custom width in pixels (if resolution is Custom) | |
| customHeight | No | Custom height in pixels (if resolution is Custom) | |
| superSampling | No | Super sampling multiplier for higher quality | |
| transparentBackground | No | Use transparent background (PNG only) |