vroid_screenshot
Capture VRoid Studio window or screen to inspect UI state, returning image and save path for visual verification.
Instructions
Screenshot VRoid and return the image, plus the path it was saved to.
LOOK at the returned image before you decide anything - this is the only way to see the app. Every capture is also written to the captures dir so it can be re-read later.
Coordinate space: the reported image_size is the native capture size
(2560x1440 on the reference machine) and that is the space every other
tool means by space="image". The transported image may be downscaled
(downscale in the text block says by how much); if you read a coordinate
off the picture by eye, divide it by that factor before clicking. Better:
get coordinates from vroid_find_text / vroid_find_button, which always
report native image px.
Gotchas carried over from the driver: capture the WHOLE window, not a crop, when checking "did that work" - modals appear in the middle of the screen and a top-strip-only check will miss them. And do not judge change by the 3D viewport, which dithers every frame; watch a UI strip instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Short label used in the saved filename. | |
| region | No | Optional crop in image px of the window capture. Omit for the whole window. | |
| whole_screen | No | Capture the whole output instead of just the VRoid window - needed for the Wine save/export dialog, which is a separate window. | |
| full_resolution | No | Return the image at native resolution instead of downscaling it for transport. Large. |