start_screen_recording
Record your screen to an MP4 file in the background. Configure fps, monitor, region, and output path to capture the desired area.
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 |