wheaney / XRLinuxDriver

Custom user-space Linux driver for XR devices
MIT License
154 stars 13 forks source link

Support for Xreal Light glasses #52

Open Pandapip1 opened 4 months ago

Pandapip1 commented 4 months ago

I imagine this might take a lot of work, so I understand if this ends up as a wontfix. I have a pair I can test with.

wheaney commented 4 months ago

It's definitely something I'd like to tackle, I've even been posting an item for this on my roadmaps. There's a basic integration for them in this rust package but to my recollection it only provides the bare minimum HID integration, not the IMU fusion stuff that's needed to build apps on top of. Not to mention SLAM algorithms needed for the 6DoF. But anyway, I'm okay leaving this open to track it.

Pandapip1 commented 4 months ago

If it helps, I'm working on a Monado driver for them: https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2145