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

This is just an updated variant of the #1524. It seems another error creeped in in the new release, one enum error code was removed from the header, but left...

Well, I know steamvr uses CEF internally for GUI (Settings, Binding menu.. etc.) But when I develop overlay, I couldn't use electron because there's so many layers electron lays on....

It looks there's no documentation to describe the requirements of texture to pass OpenVR. However, in OpenGL, some texture formats such as 'GL_RGBA' is not accepted. Please document them. In...

Hi all, I am trying to Initialize openvr in a own c# application. I added the openvr_api.dll and openvr_api.cs file in my project and tried to initialize openVR: ``` ......

We've got a system with both amd and nvidia gpus in it, and GetOutputDevice() always returns 0 (we've tried calling it at a few different times). Lib version is 1.0.9,...

bug

SteamVR 2.0.10. After creating a dashboard overlay using OpenVR's CreateDashboardOverlay(), I then set the thumbnail using SetOverlayFromFile() or SetOverlayRaw(). Instead of showing the image, SteamVR 2.0 shows a question mark....

Hi guys, I wrote a DIY steamvr HMD driver, but it can only work in extend mode, now I want to make it work in direct mode both on Nvida...

Hello everyone, I am developing a c++ background application with the OpenVR SDK and I think that I am missing something. You can assign Roles for Trackers inside SteamVR under...

when i run this,the z-coordinate of the positioning data is in the second position, and there is clearly an issue. Why is this? code: ``` def convert_to_numpy(matrix): return np.array([[matrix.m[0][0], matrix.m[0][1],...