OpenXRSpatialMarkerTrackingCapability.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="OpenXRSpatialMarkerTrackingCapability" inherits="OpenXRExtensionWrapper" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
  3. <brief_description>
  4. Implementation for handling spatial entity marker tracking logic.
  5. </brief_description>
  6. <description>
  7. This class handles the OpenXR marker tracking spatial entity extension.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. <method name="is_april_tag_supported">
  13. <return type="bool" />
  14. <description>
  15. Returns [code]true[/code] if April tag marker tracking is supported by the current device.
  16. </description>
  17. </method>
  18. <method name="is_aruco_supported">
  19. <return type="bool" />
  20. <description>
  21. Returns [code]true[/code] if Aruco marker tracking is supported by the current device.
  22. </description>
  23. </method>
  24. <method name="is_micro_qrcode_supported">
  25. <return type="bool" />
  26. <description>
  27. Returns [code]true[/code] if micro QR code marker tracking is supported by the current device.
  28. </description>
  29. </method>
  30. <method name="is_qrcode_supported">
  31. <return type="bool" />
  32. <description>
  33. Returns [code]true[/code] if QR code marker tracking is supported by the current device.
  34. </description>
  35. </method>
  36. </methods>
  37. </class>