start_screen_recording
Begin recording the screen to an MP4 file in the background, with configurable frame rate, monitor, and region. Stop the recording to finalize the output.
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 |