get_tracked_images
Retrieve the current state of tracked images, including detection status, poses, and tracking quality. Filter by image name or tracking state and choose coordinate space for pose data.
Instructions
Gets the current state of tracked images including which images are detected, their poses, and tracking quality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imageFilter | No | Filter by image name (supports wildcards) | |
| includePose | No | Include position and rotation data | |
| includeSize | No | Include detected size information | |
| trackingState | No | Filter by tracking state | All |
| coordinateSpace | No | Coordinate space for pose data | World |