start_screen_recording
Record your screen to an MP4 file in the background, with options for frame rate, monitor, region, and output path. Stop recording later to save the video.
Instructions
Begin recording the screen to an mp4 file in a background thread.
Only one recording can run at a time. Call stop_screen_recording to finish
and flush the file.
Args: params (StartRecordingInput): fps, monitor, optional region and output path.
Returns: str: JSON {"ok": true, "path": "...", "fps": N, "recording": true}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |