openvr
openvr copied to clipboard
OpenVR SDK
In `headers/openvr_driver.h`, the `vr::VRDriverDirectModeComponent::CreateSwapTextureSet` method does not specify what the `vr::SharedTextureHandle_t` is meant to represent. The same comment applies for the `vr::VRDriverDirectModeComponent::syncTexture` parameter of `Present` Some sample code for Linux/vulkan...
Hi! I am working on probably one of the simplest HMD Driver based on the display connected via HDMI. it appears as another display so using just IVRDisplayComponent, set Prop_EdidVendorID_Int32...
https://github.com/ValveSoftware/openvr/issues/995#issuecomment-465543799 I want to debug driver code with gdb, so I followed this comment and I tried run gdb with vrserver.exe. But gdb makes error `Error creating process vrserver.exe, (error...
There is no documentation on this event for drivers. Digging around in the Unreal plugin documentation I was able to find the following: - Frequency is 0-360Hz - Amplitude is...
In the documentation it says that the only currently supported skeletons are left and right hand. Does anyone have an idea how to make left leg/foot and right leg/foot also...
Hand models should only be used for controllers that are known to have skeletal mapping (ie. Oculus and Index). The user should not have to select the controller model with...
I can't get GetEyeToHeadTransform to work. It seems left and right matrices are flipped (I need to use the right matrix for the left image and vice versa). The main...
In the openvr_drive.h, there is this method: /** Returns true if the driver wants to block Standby mode. */ virtual bool ShouldBlockStandbyMode() = 0; I used virtual bool ShouldBlockStandbyMode() {...
Hi, I am now looking at how to set the status of controller. For example, when my device disconnect(sleep), the icon on steamvr turn gray like the HMD. I found...
I'm not sure how I'm supposed to use this function, as it always seems to return a `VRCompositorError_InvalidTexture` error and triggers a `GL_INVALID_OPERATION` error internally: ``` GL_INVALID_OPERATION error generated. Invalid...