Is oculus support on freepie still working? because I can't seem to get it working I just get: Oculus VR SDK Failed to init. Does it still work at all? Do I need other software installed? I have oculus Home installed.
I'm trying to run this code:
`def update():
mouse.deltaX = -filters.delta(filters.continousRotation(oculusVR.yaw)) ratio
mouse.deltaY = -filters.delta(filters.continousRotation(oculusVR.pitch)) ratio
if starting:
ratio = 100
oculusVR.update += update`
Is oculus support on freepie still working? because I can't seem to get it working I just get: Oculus VR SDK Failed to init. Does it still work at all? Do I need other software installed? I have oculus Home installed.
I'm trying to run this code: `def update(): mouse.deltaX = -filters.delta(filters.continousRotation(oculusVR.yaw)) ratio mouse.deltaY = -filters.delta(filters.continousRotation(oculusVR.pitch)) ratio
if starting: ratio = 100 oculusVR.update += update`