r57zone / OpenVR-driver-for-DIY

OpenVR driver for DIY
GNU General Public License v3.0
129 stars 28 forks source link

disable for hmd and left controller #5

Closed darkcookie1233 closed 3 years ago

darkcookie1233 commented 3 years ago

Is there any way to disable the driver for my hmd and left controller? I need to use my Quest 2 left controller along with my headset along with this driver for my other controller...

r57zone commented 3 years ago

no

apurv1305 commented 3 years ago

I guess in one of your project- TrueOpenVR, it's possible to disable individual drivers for HMD, left and right controllers. I guess TrueOpenVR is also based on the OpenVR driver, just wanted to know how did you achieve that with this driver.

Thanks.

r57zone commented 3 years ago

TrueOpenVR does not support the Oculus Quest controller. In order not to include one of the controllers, I just don't create an instance of the controller class. Oculus Quest has its own closed driver, it seems.

apurv1305 commented 3 years ago

Okay, thanks for the response, sir. Noted.