OSVR / OSVR-Oculus-Rift

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

Build instructions #8

Closed rpavlik closed 8 years ago

rpavlik commented 9 years ago

Specifically, that it requires a build of https://github.com/vrpn/vrpn/tree/feature/oculus-rift and what versions of the Oculus SDK it supports.

JeffBail commented 8 years ago

Is OVR SDK 0.8 supported?

It would also be good to label the OVR SDK required for the binaries which are available on http://access.osvr.com/binary/oculus

peroht commented 8 years ago

@JeffBail No, seems not to . I tried it using the 784 just now but the osvr_server just stalls on "instantiating plugins".

rpavlik commented 8 years ago

No, the master branch is building with 0.4 on CI (so presumably works with 0.5?) and there's a much simpler but incomplete implementation in a branch that is based on 0.6, iirc.

godbyk commented 8 years ago

I'll be working on upgrading this to work with the newer OVR SDKs either this week or next.

The older version of the SDK to that the master branch works with compiles against a static OVR library. I'm guessing this older library doesn't communicate properly with the newer Oculus runtimes.

godbyk commented 8 years ago

VRPN is no longer required for this plugin. This is fixed by PR #10.