this post was submitted on 13 Oct 2025
880 points (99.4% liked)
Technology
76046 readers
2607 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I am wondering about the software side. Is it just a glorified monitor for your face, or does it have some kind of internal control/OS like a Quest or other commercial headset?
It seems to only have an Arduino as processor, so presumably the former i.e. you need a PC to plug this into. It seems to have highly simplified tracking compared to something like a Quest - a single Inertial Measurement Unit. All enough for sim racing which is this guy's jam, but I wonder how well the tracking stays calibrated.
The critical thing with these is response time. If it's even slightly too high (I think 20-30ms is easily too high), some/many people get very motion sick. Getting that time down as low as needed is also not trivial.
With it only being 60 Hz on the controller itself, that's basically impossible to hit. That's 16.6 ms already. Then the processing, sending to the PC, and the PC reacting has a budget of just a few ms? Yea, not happening.
I'm assuming he's really not sensitive to this. As it's open source now the people who are sensitive can improve it. That's the beauty of open source after all.
I bet I could use it. I can play the VirtualBoy in a moving car. If there's any kind of way to tie it into MechWarrior, I want to build one.
Normal video games can make me motion sick so I can only imagine how bad this might be! Maybe in the future it'll get better!
I’m wondering if I wanted to fly a jet, would I need another sensor for 3 dimensional tracking
Looks like it has an inertial sensor to control the view, here's there relevant bit from the article:
It relies on the Relativity VR driver so theoretically similar software support, namely https://github.com/relativty/Relativty#14-software-setup but mind you beside being 5 years old this is 3DoF, no controller or hand tracking, whereas the Quest is 6DoF, namely you can move around, not just turn your head.