microsoft / MixedReality-HolographicRemoting-Samples

Code samples for using Microsoft's Holographic Remoting library.
Other
141 stars 47 forks source link

Inconsistencies when using XR_MSFT_hand_interaction input's with remoting #61

Closed dnikolaidis2 closed 8 months ago

dnikolaidis2 commented 2 years ago

Describe the bug While reading /input/select/value and /input/squeeze/value inputs in a 1 - 1 test between native HoloLens 2 and using Holographic Remoting I get inconsistent values between the setups. While the values are read as a float in the remoting setup the returned values are always either 1 or 0. The value for /input/select/value also seems to be triggered less often then in the native setting. When running natively on a hololens I can get values between 0 and 1 for both inputs which does like the case when remoting.

To Reproduce

  1. Enable XR_MSFT_hand_interaction.
  2. Read /input/select/value and /input/squeeze/value as float.
  3. Visualize output.
  4. Repeat without remoting.

Screenshots / videos

Remote side:

Player side:

NPohl-MSFT commented 2 years ago

Thanks for the feedback! We will look into this issue and get back to you as soon as we know more.

NPohl-MSFT commented 2 years ago

Quick update: We have identified the issue and are looking into fixing it. Thanks again for bringing this to our attention.

vimusc commented 8 months ago

Hi @dnikolaidis2, your reported issue was fixed a while ago (HAR version 2.9.0 and upwards)

Thanks for bringing this to our attention!