rs_get_screenshot
Take a screenshot of the RobotStudio 3D view and return it as a base64 PNG. Adjustable width and height parameters allow customization.
Instructions
Capture 3D view screenshot as base64 PNG (SDK)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Width in pixels (default: 1280, max: 3840) | |
| height | No | Height in pixels (default: 720, max: 2160) |