watch_camera
Stream phone camera frames, apply scene detection to select keyframes, and optionally transcribe audio from the buffer.
Instructions
Stream phone camera frames with scene detection and optional audio.
Only available in personal mode. Requires phone to be connected via show_pairing_qr() first. Collects frames over the specified duration, applies scene change detection to keep only keyframes, and optionally records and transcribes audio.
Args: duration_seconds: How long to collect frames (default: 30) include_audio: Whether to collect and transcribe audio (default: True) max_frames: Maximum number of keyframes to keep (default: 20)
Returns: JSON string with keyframes, transcript, and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_frames | No | ||
| include_audio | No | ||
| duration_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |