screen_stream
Start, poll, or stop a persistent screen stream from an Android device. Poll repeatedly to fetch recent frames and watch a changing screen, like video or animation.
Instructions
Start, poll, or stop a persistent screen stream from a device. Use action="start" to begin streaming, action="poll" to fetch the most recent frames (a sliding window of the last few, oldest→newest, so you see recent motion — call this repeatedly to keep watching a screen that changes on its own, e.g. a video or animation), action="stop" to end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Stream action | |
| device | Yes | Device ID or name | |
| format | No | Frame format (default: jpeg) |