Hi there,
Im trying to transform our Hololens 2 Application based on StereoKit to the Magic Leap 2. I got the StereoKit .Net Android template (Based on OpenXR) for Visual Studio running on the Magic Leap 2 and now I
m running into a few major problems.
One of them is how can I get Information about the Positions of QR Codes Im watching. On the StereoKit UWP App I only had to add a library from microsoft to get access to the Camera scanning for QR Codes Position and Content. Like this Example here: https://stereokit.net/Pages/Guides/Using-QR-Codes.html Now I
m wondering if there is a way to get access to the Cam and QR Code positions and content in the StereoKit Android Project. I`m new to Magic Leap development so I wonder if anyone could give me any hint how to implement this for the Magic Leap 2. Thanks in advance.
For stereo kit specifically I would recommend reaching out on their support channels. We offer marker tracking on the Magic Leap 2 through the Marker Understanding OpenXR extension.
So it might be possible for you to create your own plugin to detect the markers.
Thanx
Ill try on the Stereokit Forums, otherwise I
ll try to get rid of the problem myself via OpenXR.
Okay, if you run into any issues or need some support with our APIs let us know
Without wanting to toot my owN horn, I think this pretty much covers it. Cross-platform spatial QR code tracking for HoloLens 2 and Magic Leap 2 with a ServiceFramework Service, part 1 - DotNetByExample - The Next Generation.
For details see the follow up article Cross-platform spatial QR code tracking for HoloLens 2 and Magic Leap 2 with a ServiceFramework Service, part 2 - DotNetByExample - The Next Generation
This is an MRTK based solution but the actual reading and positioning of QR codes is done using a ServiceFramework service, independentfrom MRTK. Bonus: runs on HoloLens2 and ML2, without any change, just retarget to either UWP or Android when compiling
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.