Marker Tracker API Overview
This section provides an overview of the marker tracker and references to create a custom Marker Tracking script.
This section provides an overview of the marker tracker and references to create a custom Marker Tracking script.
The Magic Leap 2's marker tracker API is light weight and can be extended depending on your application's needs. This section provides an example of extending the API to broadcast an event when a marker is found, lost or updated based on the amount of time that has passed since the marker was update.
This section includes an example of detecting Fiducial Markers on the Magic Leap 2 headset.
Learn how to detect Fiducial Markers ie. Aruco/QR Codes
Marker tracking is a technique that allows you to detect and track the position and orientation of physical markers in the real world using a camera.This guide provides insights into best practices for marker tracking using various cameras and markers.
You can use the "Magic Leap Marker Tracking" plugin to detect and locate fiducial markers in your project.
This section provides an overview and API references for the the Magic Leap 2 Marker Understanding OpenXR Feature.
This section includes an example of detecting Fiducial Markers on the Magic Leap 2 headset.
Learn how to detect Fiducial Markers ie. Aruco/QR Codes
The MLBarcodeScanner and MLArucoTracker APIs have been unified into a single MLMarkerTracker API. Additionally, unlike the ML1, the Marker Tracker on the Magic Leap 2 manages its own lifecycle, meaning that the Tracker does not have to be stopped or disposed manually when exiting the app.