start_timeline_capture
Begin recording screen activity for a specified duration to create a timeline that can be accessed in manageable chunks for analysis or processing.
Instructions
Capture a timeline and store it in a temporary chunked session.
Use this as step 1 of the chunked timeline flow.
Next calls should be: get_timeline_manifest, then all get_timeline_chunk, then release_timeline_capture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration_seconds | Yes | ||
| monitor_index | No | ||
| image_format | No | jpeg | |
| max_width | No | ||
| quality | No | ||
| chunk_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||