April 9th, 2024

Magic Leap Joins the Pack - Wolvic

#AugmentedReality #MagicLeap2

https://wolvic.com/blog/magicleap/

Magic Leap Joins the Pack - Wolvic

Cross-platform spatial QR code tracking for HoloLens 2 and Magic Leap 2 with a ServiceFramework Service, part 1

QR codes AGAIN???

DotNetByExample - The Next Generation
Two weeks ago I released my #MRTK3 based app Walk the World for #HoloLens2, a week later the exact same app for #MagicLeap2. I promised to blog how I so easily and quickly got that done, and here it is: my 'recipe' for getting MRTK3-based HoloLens 2 apps to run on Magic Leap 2. https://localjoost.github.io/Making-an-MRTK3-based-HoloLens-2-app-run-on-Magic-Leap-2/ #openxr #MixedReality
Making an MRTK3 based HoloLens 2 app run on Magic Leap 2

This is a bit of an unusual post, as it does not have a project attached to it. Instead, it’s more like a recipe that I followed to get my app “Walk the World”, originally developed for HoloLens 2, to run on Magic Leap 2. Or actually, how I did it after retracing all my steps, cutting out all the useless detours, pitfalls, and dead ends I encountered trying it the first time.

DotNetByExample - The Next Generation
@localjoost You could hashtag #OpenXR and #Unity and perhaps #MagicLeap2 to reach non-followers 🫡

LocalJoost ((@)localjoost(@)mstdn.social: "Spent a weekend porting the #MRTK3 version of Walk the World to #MagicLeap2. In the end, not so difficult but the documentation leaves some things to be desired If you have a device, download the package at https://www.schaikweb.net/WalktheWorld/ML2/Walk_the_World_MagicLeap_5.1.0.0.apk. Feedback and suggestions welcome" #crossplat

Jun 16, 2024, 04:11 PM

https://mstdn.social/@localjoost/112626939403131691

Spent a weekend porting the #MRTK3 version of Walk the World to #MagicLeap2. In the end, not so difficult but the documentation leaves some things to be desired If you have a device, download the package at https://www.schaikweb.net/WalktheWorld/ML2/Walk_the_World_MagicLeap_5.1.0.0.apk. Feedback and suggestions welcome #crossplat

Hello everyone 👋👓

In today's video, we'll go over how to integrate hand tracking features by using the ML2 SDK. We'll also create a demo scene where Magic Leap 2 hand tracking permissions will be configured in Unity, and we'll be building a real-time hand visualizer to display each hand skeleton bone as well as its position and rotation.

📌 Full video available here 👉 https://youtu.be/cCFy8WmdqdU

📚 Video outline:
- Introduction to Magic Leap 2 Hand Tracking Features
- ML2 Hand Tracking Project Setup
- Integrating Hand Tracking with Hand Tracking Manager Script
- Getting XR Input Devices For Left And Right Hand Device
- Building A Hand Tracking Bone Visualizer
- Getting And Displaying Detected Gestures
- Adding Bone Names To Bone Visualizer

💻 ML2 Project shown today:
https://github.com/dilmerv/MagicLeapInputDemos

📣 Consider subscribing to the channel https://www.youtube.com/@dilmerv for XR Weekly Videos thank you.

#mixedreality #unity #magicleap2 #programming #coding #tech

HOW To Get Started With ML2 Hand Tracking Features In Unity (XR Toolkit & ML2 SDK)

YouTube

VR headset leaps with Magic Leap 2: Iris ID unlock, 6x hand-tracking, 63% positional accuracy boost, and dev enhancements.

#MagicLeap2 #MagicLeap #Microsoft #TechNews
https://www.niftysparks.com/blogs?recordId=recA0gvhoiQyfN7Uk

The Magic Leap 2 gets its third big update with more drastic improvements to performance

VR headset leaps with Magic Leap 2: Iris ID unlock, 6x hand-tracking, 63% positional accuracy boost, and dev enhancements.

Magic Leap Shakes Up Leadership With New CEO

Magic Leap, the AR headset maker, has announced a new CEO, Ross Rosenberg, who will guide the company towards increased profitability and defend its territory against passthrough AR headsets. The company's former CEO, Peggy Johnson, expressed pride in the leadership team she built and thanked employees for reorienting the company to the enterprise market.

#MRTK3 has a subsystem implementation for speech commands that is supported by #HoloLens2. #MagicLeap2 supports voice commands as well, if only someone had taken the trouble of making a KeywordRecognitionSubsystem implementation of it, it would have had MRTK3 support for speech commands as well.

Well, guess what - someone just did. Me. So now you can have voice commands on *both* devices using the same API, and you only need to flip a checkbox in the MRTK3 settings.

https://localjoost.github.io/An-MRTK3-KeywordRecognitionSubsystem-for-Magic-Leap-2/

An MRTK3 KeywordRecognitionSubsystem for Magic Leap 2

As I have shown already, MRTK3 is very versatile and very well suited for cross-platform development. The architecture is extensible by the usage of Unity subsystems. At Magic Leap, they have used that to implement a version of the Hands subsystem - that allows hand tracking to work - and you can use that by simply selecting a different implementation of the subsystem in the Android MRTK3 profile:

DotNetByExample - The Next Generation