C Specification
The XrTrackableImageDatabaseEntryANDROID structure is defined as:
// Provided by XR_ANDROID_trackables_image
typedef struct XrTrackableImageDatabaseEntryANDROID {
XrStructureType type;
const void* next;
XrTrackableImageTrackingModeANDROID trackingMode;
float physicalWidth;
uint32_t imageWidth;
uint32_t imageHeight;
XrTrackableImageFormatANDROID format;
uint32_t bufferSize;
const uint8_t* buffer;
} XrTrackableImageDatabaseEntryANDROID;
Members
Description
The application may set physicalWidth to 0 to request online size
estimation if
XrSystemImageTrackingPropertiesANDROID::supportsPhysicalSizeEstimation
is XR_TRUE.
The runtime may return XR_ERROR_VALIDATION_FAILURE from
xrCreateTrackableImageDatabaseAsyncANDROID if bufferSize does
not match the expected size based on the entry’s imageWidth,
imageHeight and format.
See Also
Document Notes
For more information, see the OpenXR Specification
This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.
Copyright
Copyright 2014-2026 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.