You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on building a controller that will experience known heavy vibration, and want to turn off reading input from the tracker for a fixed amount of time (in ms) so the tracker doesn't jump all over the place. A few months ago when I started looking into Vive Input Utility someone told me that function already existed in this library, but I've been unable to locate it.
Does it exist, and what is its name? Thanks.
The text was updated successfully, but these errors were encountered:
This wasn't wrapped by VIU (not sure why you were directed here) but can be implemented using the USB setFeature as described in the documentation above for V1 Vive Trackers.
If this isn't what you are referring to and simply want to freeze the pose, there's no specific API in VIU to do this whenver you call the haptic api (although we could consider this), so you would need to freeze the current pose, perform haptic pulse, and resume obtaining pose in your script.
I'm working on building a controller that will experience known heavy vibration, and want to turn off reading input from the tracker for a fixed amount of time (in ms) so the tracker doesn't jump all over the place. A few months ago when I started looking into Vive Input Utility someone told me that function already existed in this library, but I've been unable to locate it.
Does it exist, and what is its name? Thanks.
The text was updated successfully, but these errors were encountered: