Test script to utilize Magic Leap's built-in marker tracking to detect and track markers. Note that other camera access is unavailable while this is in use, and this only works for magic leap, so we are not using this.
More...
|
| float | QrCodeMarkerSize = 0.1f |
| |
| float | ArucoMarkerSize = 0.1f |
| |
| MLMarkerTracker.MarkerType | Type = MLMarkerTracker.MarkerType.QR |
| |
| MLMarkerTracker.ArucoDictionaryName | ArucoDict = MLMarkerTracker.ArucoDictionaryName.DICT_5X5_100 |
| |
| MLMarkerTracker.Profile | Profile = MLMarkerTracker.Profile.Default |
| |
Test script to utilize Magic Leap's built-in marker tracking to detect and track markers. Note that other camera access is unavailable while this is in use, and this only works for magic leap, so we are not using this.
◆ ArucoDict
| MLMarkerTracker.ArucoDictionaryName MarkerTrackingTest.ArucoDict = MLMarkerTracker.ArucoDictionaryName.DICT_5X5_100 |
◆ ArucoMarkerSize
| float MarkerTrackingTest.ArucoMarkerSize = 0.1f |
◆ Profile
| MLMarkerTracker.Profile MarkerTrackingTest.Profile = MLMarkerTracker.Profile.Default |
◆ QrCodeMarkerSize
| float MarkerTrackingTest.QrCodeMarkerSize = 0.1f |
◆ Type
| MLMarkerTracker.MarkerType MarkerTrackingTest.Type = MLMarkerTracker.MarkerType.QR |
The documentation for this class was generated from the following file: