android_capture_frame_scrcpy
Capture a single Android device screen frame using scrcpy for faster performance than ADB screencap, saving locally or returning base64 encoded image.
Instructions
Capture a single frame via scrcpy (faster than ADB screencap)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | No | Local path to save the frame (optional). If not provided, returns base64 encoded image. | |
| deviceSerial | No | Specific device serial number to target (optional) |