C Specification

The XrMarkerDetectorStatusML enumeration is defined as:

// Provided by XR_ML_marker_understanding
typedef enum XrMarkerDetectorStatusML {
    XR_MARKER_DETECTOR_STATUS_PENDING_ML = 0,
    XR_MARKER_DETECTOR_STATUS_READY_ML = 1,
    XR_MARKER_DETECTOR_STATUS_ERROR_ML = 2,
    XR_MARKER_DETECTOR_STATUS_MAX_ENUM_ML = 0x7FFFFFFF
} XrMarkerDetectorStatusML;

Description

The XrMarkerDetectorStatusML enumeration describes the current state of the marker detector. It is queried via xrGetMarkerDetectorStateML to determine if the marker tracker is currently available for inspection.

Enumerant Descriptions
  • XR_MARKER_DETECTOR_STATUS_PENDING_ML — The marker detector is working on a new snapshot.

  • XR_MARKER_DETECTOR_STATUS_READY_ML — The marker detector is ready to be inspected.

  • XR_MARKER_DETECTOR_STATUS_ERROR_ML — The marker detector has encountered a fatal error.

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 2014-2024, The Khronos Group Inc.