TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Reverse-engineering how the Oculus Rift DK2′s tracking system works (2014)

44 pointsby aaronsnoswellover 9 years ago

2 comments

aaronsnoswellover 9 years ago
Part 1 of an ongoing 4-part write-up. In part four he has released an alpha preview of his open source Oculus and VR framework; see <a href="http:&#x2F;&#x2F;github.com&#x2F;Doc-Ok&#x2F;OpticalTracking" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;Doc-Ok&#x2F;OpticalTracking</a>.<p>tl;dr; The Oculus positional tracker system uses 40 IR LEDs, each with a 10-bit cyclic code of bright or dim flashes. The tracker camera is synced to the headset and can identify each LED using these codes, elegantly simplifying the job of recovering the 3D position of the headset (the &#x27;Perspective-n-Point&#x27; problem in Computer Vision). This gives very good absolute position and orientation tracking, however degrades when only coplanar LEDs are visible. This can be overcome by fusing the IMU data from the Oculus, which will be the contents of part four when it is written up.<p>This man (Oliver Kreylos) seems to do a great job of explaining computer vision problems. I really enjoyed reading these posts, and others on his blog. He&#x27;s is very well qualified to write about these topics, as well (see his bio here: <a href="http:&#x2F;&#x2F;doc-ok.org&#x2F;?page_id=6" rel="nofollow">http:&#x2F;&#x2F;doc-ok.org&#x2F;?page_id=6</a> - he has been researching in this area for years).
TrevorJover 9 years ago
Interesting. I think Valve&#x27;s solution is probably the most elegant one I&#x27;ve seen so far: <a href="http:&#x2F;&#x2F;www.hizook.com&#x2F;blog&#x2F;2015&#x2F;05&#x2F;17&#x2F;valves-lighthouse-tracking-system-may-be-big-news-robotics" rel="nofollow">http:&#x2F;&#x2F;www.hizook.com&#x2F;blog&#x2F;2015&#x2F;05&#x2F;17&#x2F;valves-lighthouse-trac...</a>
评论 #10469688 未加载