OSVR / OSVR-Oculus-Rift

Oculus Rift tracking plugin for OSVR.
Apache License 2.0
40 stars 13 forks source link

How do I get this to work with my DK2 so that I can use it as an OSVR for SteamVR #24

Open booty156 opened 7 years ago

booty156 commented 7 years ago

How do I get this to work with my DK2 so that I can use it as an OSVR for SteamVR

I have no idea. Any help will be great

godbyk commented 7 years ago

SteamVR has its own Oculus drivers so it can work with the Oculus Rift DK2 directly (without requiring OSVR to be in the loop).

booty156 commented 7 years ago

I know but this way I can use my NOLO vr as positional tracker instead of requiring the DK2

godbyk commented 7 years ago

If you want to use the DK2's rotational tracking with the NOLO's positional tracking, then you might look at using OSVR-OpenHMD to get the DK2 rotational tracking data and OSVR-Fusion for combining it with the NOLO positional tracking data.

Then you won't need to use the Oculus runtime (or OSVR-Oculus-Rift plugin) at all.

booty156 commented 7 years ago

Thanks