openvr icon indicating copy to clipboard operation
openvr copied to clipboard

OpenVR SDK

Results 310 openvr issues
Sort by recently updated
recently updated
newest added

Hi, I am attempting to make a hooking driver that delays tracking, but my ways of doing so has created an issue with the HMD. Since I am delaying the...

I tried to make lucidvr gloves,but when i connect arduino with uploaded firmware nothing works,i tried the same on old laptop with win 10 and it worked,so i need help...

I'm looking into making our tutorial work with the new API, after looking into https://github.com/ValveSoftware/steamvr_unity_plugin/issues/167 i fixed so the `GetDeviceComponentName` method returned what it should. I guess **scroll_wheel** is just...

I want to use an eye-tracking device as input. But after testing, nothing else is useful except for configuring it as a left-handed and left-handed controller. Is there any way...

When you construct an application that uses a single `XrSwapchain` with two array layers, one for each eye, SteamVR will emit a Vulkan validation error with every frame (provided validation...

I can compile driver using debug VS 2019. but When compile using release, and MT option, report error NK2038 detect“RuntimeLibrary”not same“MD_DynamicRelease”not same“MT_StaticRelease”(controller_device_driver.obj ) Should I re-compile the whole openvr? How...

Just what it says on the tin. I've written a minimalist test example demonstrating the feature. [testvr.c.txt](https://github.com/ValveSoftware/openvr/files/2634101/testvr.c.txt) I haven't managed to get this program to execute its final printf() on...

Hi, I'm fairly new to openvr, so forgive me for my inexperience. I'm trying to extract data from my HTC Vive setup consisting of 2 controller, a HMD headset and...

I am making a custom VR controller I have the position data using OpenCV and python. and the rotation data from an MPU 6050. Now how do I make the...

I've been trying to use `OpenVR.Input.GetActionBindingInfo` to get more detailed information then `GetLocalisedName`. But I've encountered an issue where if you have your bindings set up in SteamVR to use...