ViveSoftware / ViveInputUtility-Unity

A toolkit that helps developing/prototyping VR apps.
http://u3d.as/uF7
Other
356 stars 82 forks source link

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

Closed Thaina closed 1 year ago

Thaina commented 1 year ago

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?

chengnay commented 1 year ago

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

Thaina commented 1 year ago

By custom hardware

image

chengnay commented 1 year ago

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.

Thaina commented 1 year ago

I see, Thank you very much