Snake Konginchrist Posted April 11 Share Posted April 11 (edited) I am developing a PC VR application that runs on my HTC VIVE Focus 3 via Vive Business Streaming. During the development of hand gesture recognition by OpenXR, InputDevices.GetDeviceAtXRNode(node) cannot detect my input device, and handDevice.TryGetFeatureValue(CommonUsages.grip, out float gripValue) fails to return the value of my pinch gesture. However, handDevice.TryGetFeatureValue(CommonUsages.devicePosition, out position) is able to retrieve my hand position. Why is this happening? Is there something I haven't configured correctly? Or is it possible that I wrote the code to retrieve the pinching state incorrectly? In the code where I retrieve the gesture's position, handDevice = InputDevices.GetDeviceAtXRNode(handNode) Edited April 11 by Snake Konginchrist Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now