Hi everyone, I am writing as I have difficulty reading the raw sensor data from Magic Leap 2.
Looking at the documentation I have seen that Magic Leap has migrated from a Linux-derived in-house OS to an Android ASOP-based platform. This has had a few consequences on the software, like the sensor NDK has been removed from the Magic Leap API. For example, in ML 1 to track the IMU sensor data it was used features like ml_imu_tracking, however, using the new Android ASOP platform now is different.
How can I access at the readings from the IMUs located at the controller and the headset? I am new to coding on Android.
Thanks in advance for your help.
Unity Editor version: 2022.2.0b9.3080
ML2 OS version: 1.1.0
MLSDK version: 1.1.0
Host OS: Windows