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

Looks like a fair bit of bit rot has occurred since 0.9.17 that has broken the C API. Can you guys re-run whatever tools you have that generate the C...

Hi guys! I need some advice about OpenVR usage. I want to implement VR game streaming into WebXR (using WebRTC) and i have a full control on my game engine,...

I'm developing a custom driver for SteamVR and using a custom controller. While trying to create and save a new binding profile, the binding profile goes completely blank after I...

Unzipping it and trying to build the driver in openvr-master\samples\drivers\drivers\simplehmd results in the error 'MyHMDDisplayComponent': cannot instantiate abstract class this is without me making any edits to the code of...

I'm not even sure if this is expected behavior or not. Built and run on 64bit Linux. The UI does show up when I click the button on the dashboard,...

I am developing an application using OpenXR with Vulkan under WIndows10. The application is running but there is no output to the headset, shows a "waiting" sign. I ran the...

defining it to sprintf actually segfaults in a release build. vsnprintf is the correct C++11 equivalent.

Hi guys, with some vr::VRApplication_Background, I'ld like to log the actions of the current application. To do that I think I would need to know the active action set, that...

I'm working on a game for SteamVR and am getting issues similar to the following: [https://github.com/ValveSoftware/steamvr_unity_plugin/issues/1076](https://steamcommunity.com/linkfilter/?u=https%3A%2F%2Fgithub.com%2FValveSoftware%2Fsteamvr_unity_plugin%2Fissues%2F1076) [https://github.com/ValveSoftware/steamvr_unity_plugin/issues/1078](https://steamcommunity.com/linkfilter/?u=https%3A%2F%2Fgithub.com%2FValveSoftware%2Fsteamvr_unity_plugin%2Fissues%2F1078) **ISSUES:** No game video is coming through the headset, only audio. The headset...

Since updating to the latest steam VR we are having issues initializing the CVRSystem. We have a c# application that manages steam VR, for our enterprise VR locations. It launches...