android_analyze
Ask a local vision model about images or videos to obtain answers and analysis.
Instructions
Ask the local LM Studio VLM about images or a video already on disk.
Args: question: What to ask about the media. images: Paths to image files. video: Path to a video file, sampled into frames. fps: Frames per second when sampling a video. max_frames: Cap on frames sent. model: LM Studio model id; defaults to the configured one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | ||
| model | No | ||
| video | No | ||
| images | No | ||
| question | Yes | ||
| max_frames | No |