findSimilarFrames
Locate visually similar frames across video content by comparing against a reference image or frame ID. Uses Apple Vision analysis to identify matching scenes with adjustable similarity thresholds and result limits.
Instructions
Find frames that visually look like a reference frame using Apple Vision image feature prints. Accepts a frame assetId or a direct framePath and returns image-backed matches. [~30-60s, vision comparison]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetId | No | Reference keyframe asset ID | |
| framePath | No | Reference image path on disk | |
| videoIdOrUrl | No | Optional video scope for similarity search | |
| maxResults | No | ||
| minSimilarity | No | ||
| dryRun | No |