this post was submitted on 27 Oct 2023
13 points (93.3% liked)

Linux

47342 readers
1452 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I still have an old WMR headset that sometimes I dust out and play, it was once the cheapest headset and still had a great time playing with it.

I know that WMR stands for "Windows" Mixed Reality but has there been any progress in porting it to Linux? Is there some kind of passthrough that enables it to work?

I would love to switch but I'd miss the little bugger.

you are viewing a single comment's thread
view the rest of the comments
[–] MentalEdge@sopuli.xyz 11 points 10 months ago* (last edited 10 months ago) (1 children)

I've only used steamVR headsets myself, but there is OpenHMD which enables at least some functionality on headsets such as the CV1.

The hard part is the 6DOF tracking. Gyros and accelerometers are easy, but constellation or SLAM tracking is another matter entirely, and all the existing code for that stuff is proprietary so it has to re-implemented.

Outputting an image signal, also easy, accounting for the optics on a given set to correct for lens distortion, hard.

I think the CV1 or the PSVR HMDs are the furthest along, and I don't see any WMR HMDs supported I'm afraid.