ViveSoftware/ViveInputUtility-Unity

Is it possible to get range value of trigger input from vive tracker?

Thaina opened this issue · 4 comments

As the vive controller have trigger button that can report range of value. But it seem vive tracker (the small tripod) which contains 6 pins can only report 0 or 1

Is this the limit of the tracker hardware or we could actually control voltage/amp to output trigger range value too?

Hi @Thaina,
How did you get the trigger button input?
Could you share your sample code?

By custom hardware

image

Hi @Thaina,
By using custom hardware(POGO pin), you can only get 0 or 1 for trigger button.
You need to send trigger event by USB interface to Vive Tracker in order to report range of values.

I see, Thank you very much