openvr
openvr copied to clipboard
OpenVR SDK
self.vr = openvr.init(openvr.VRApplication_Background) brings up steamvr and **vrcompositor.** vrcompositor always crashes on my system, causing a freeze for some seconds. Still, tracking still works as long as steamvr stays open....
Hello guys, Tried so hard to debug this -> Really can't find error... I am posting the simplest code possible that get same issue. My VR headset is Oculus Rift...
Hello, We are trying to get Steam VR working on a remote virtual desktop with Oculus Quest2 running a web browser that connects to the virtual desktop. The VR device...
Is there any possible approach to access an ID3D11Device or ID3D11DeviceContext which belongs to vrcompositor or vrclient in OpenVR driver? I know code injection or hooking is a possible approach,...
We only uses two Vive Trackers as hardware. Previously, calling IVRSystem::GetControllerState would cause the system to automatically switch TrackedDeviceClass from GenericTracker to Controller and read the input state. Since the...
Some of the structs in the `VREvent_Data_t` union have `uint64_t` members which seem to refer to strings, e.g. ``` struct VREvent_InputActionManifestLoad_t { uint64_t pathAppKey; uint64_t pathMessage; uint64_t pathMessageParam; uint64_t pathManifestPath;...
Hi, I'm interested in creating an application that combines Oculus' body tracking above the waist, and uses Kinect for tracking below the waist. What would be the recommended approach to...
Hello. I am trying to override quest controllers with vive trackers. it works but right controller stops getting override after 5-10 seconds. I have not specified any role for trackers....
I was trying with [pyopenvr(https://github.com/cmbruns/pyopenvr)](url) to receive controller input information, using IVRSystem::GetControllerState [https://github.com/ValveSoftware/openvr/wiki/IVRSystem::GetControllerState](url) running the sample from [https://gist.github.com/awesomebytes/75daab3adb62b331f21ecf3a03b3ab46](url) I was successful in retrieving the pose of the controller with 'getDeviceToAbsoluteTrackingPose'...
**Modify GetProjectionRaw from a console application** Hi everyone, I'm trying to make a universal app for the MOD viewer community, in this case, I'm trying to modify the GetProjectionRaw values....