Jump to content

Snake Konginchrist

Verified Members
  • Posts

    8
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I attempted to run two gesture tracking examples under the VIVE OpenXR Plugin: one is the "hand tracking sample" and the other is the "hand interaction sample." Unfortunately, neither of them functioned properly and failed to capture my gestures. Notably, the former did not display the virtual hands. What could be the reason for this? I run these two Unity samples on my computer and then streamed them to the VIVE Focus 3 via VIVE Business Streaming (VBS).
  2. I'm developing a PC VR application through Unity, and using VIVE Business Streaming (VBS) to stream it on the VIVE Focus 3. I attempted to register the VBS OpenXR extension under the Advanced settings in the VBS application, but clicking the registration button does nothing. I would like to know what might be causing this issue. Additionally, if the registration is not enabled, will it affect the performance of my application that is based on the VIVE OpenXR Plugin? The settings interface is as shown in the image below.
  3. 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)
  4. So VBS does not support hand tracking developed by Wave SDK?" To be able to use streaming to run gesture recognition, can I only use OpenXR?
  5. Any gesture. Even the samples provided by official did not work properly. So is it that my device does not support it, or is there a problem with my configuration somewhere?
  6. I want to develop a PCVR app. Just run the Unity 3D project on my computer, and stream to my HTC VIVE Focus 3 by Vive Business Streaming.
  7. Why can't my HTC VIVE Focus 3 capture gestures using the PC VR program (Unity) running through VIVE Business Streaming? I developed it using the waveXR SDK 5.6.0.
×
×
  • Create New...