openvr icon indicating copy to clipboard operation
openvr copied to clipboard

How to get controller_type of HP reverb G2 and Pico 4 for action manifest

Open color97 opened this issue 2 years ago • 1 comments

I'm developing a VR app, but it doesn't currently support Controller input events for HP Reverb G2 and Pico 4 devices According to the documentation: https://github.com/ValveSoftware/openvr/wiki/Action-manifest So I need to confirm the controller_type of HP Reverb G2 and Pico 4, is there any way or documentation to check it? Is the controller_type for HP Reverb G2 really hpmotioncontroller?

color97 avatar Apr 13 '23 03:04 color97

The controller type seems to be defined in the input profile .json file of the driver, so if you can find the driver files, it should be plainly readable in there. https://github.com/ValveSoftware/openvr/wiki/Input-Profiles

Rectus avatar Apr 22 '23 10:04 Rectus