danwillm
danwillm
Seems like this is still an issue after the latest update today - is it possible to get a fix for it? Thanks!
Experiencing the same issue.. is there a fix for this?
Hi, that's because it moved to this repo. You can find some information on binding profile here: https://github.com/ValveSoftware/openvr/blob/master/docs/Driver_API_Documentation.md#binding-profiles Let me know if that helps and if you need further clarifications....
The way I've been doing it is this: 1. Get the duration, in microseconds: `duration * 1000000.0f` 2. Find the period of the whole haptic event, in microseconds: `(1 /...
A minimum of 0.05 and this method seems to correlate to the values that are output when using a lighthouse hdk.
Hi, yes, you'll need to do some extra work to add OpenVR with cmake + vcpkg. If you just want to get it working, you can check out this script...
Do you have a display set up for the HMD? If you don't you can use the extended mode (check the sample hmd driver), or write your own implemenation with...
Not entirely sure what you're trying to do, but Quest 3 should work fine when trying to write an OpenVR application. Though, it's recommended to use OpenXR for any new...
Unless steam support have directed you here, this is the wrong forum to be discussing this, I would consider writing back to steam support describing your issue and maybe alternative...
You can use `GetStringTrackedDeviceProperty` and fetch `Prop_ModelNumber_String`.