screen.get_frame
Retrieve a full-resolution frame from a screen recording using recording ID and frame index or timestamp.
Instructions
Retrieve a full-resolution frame from a recording. Use recordingId from screen.record response. Specify either frameIndex or timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recordingId | Yes | Recording ID to retrieve frame from | |
| frameIndex | No | Frame index to retrieve (0-based) | |
| timestamp | No | Timestamp in seconds to find closest frame |