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

I am using HTC VIVE Pre. I copied the related code with this interface from openvr_driver.h to openvr.h, and tried to get the IVRCameraComponent interface with VR_GetGenericInterface, but it returned...

Greetings, I am presently engaged in the development of a VR driver operating in extended mode. I have successfully managed to display the VR imagery onto the correct monitor; however,...

Hi! I'm trying to make ESP32 connection as a controller. I made sketch which sends accelerometer strings with JSON to computer. How can I make that SteamVR see my ESP32...

``` Tue Dec 17 2024 15:21:08.297 [Info] - Unable to load driver openvr_driver_test from D:\中文路径\openvr_driver_test\bin\win64\driver_openvr_driver_test.dll (126) Tue Dec 17 2024 15:21:08.297 [Error] - ASSERT: "DriverManager alvr_server load error 126u" at...

Hello, I made the Java Panama bindings for Khronos ANARI SDK and I would like to do the same with OpenVR for the application and driver API. But to be...

I've been exploring sample code for running OpenXR and seeing its behavior with SteamVR as a runtime. I've noticed that when making calls to XR_META_recommended_layer_resolution, the rendering resolution it returns...

When using the desktop view in SteamVR with Microsoft's built-in Remote Desktop Connection, the SteamVR virtual keyboard mapping is incorrect. I haven't tested all the keys, but some of the...

There has been a long-running problem with the SteamVR input from the "SteamVR_Controller.Device" class using the "GetPress" methods. During play, after many presses from the user, a button can randomly...

I am working on some software for a VR Arcade. We have the dashboard disabled in steam vr settings and would bring up our own overlay when the system menu...

This is fork from https://github.com/ValveSoftware/steamvr_unity_plugin/issues/165 Ok so we have a Sprint feature in the game. You are moving and press the Sprint action and start to sprint. With our old...