capture_frames
Capture screenshots at specified frame numbers to verify animations, transitions, and time-based effects in Pyxel retro game programs.
Instructions
Capture screenshots at multiple frame points for animation verification.
Returns multiple images captured at specified frame numbers. Useful for verifying animations, transitions, and time-based effects.
Args: script_path: Absolute path to the .py script to run. frames: Comma-separated frame numbers to capture (default: "1,15,30,60"). scale: Screenshot scale multiplier (default: 1). timeout: Maximum seconds to wait for the script (default: 30).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_path | Yes | ||
| frames | No | 1,15,30,60 | |
| scale | No | ||
| timeout | No |