microsoft / MixedReality-HolographicRemoting-Samples

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

Holographic remoting with OpenXR and HandTrackerEXT problems #45

Closed ajinchv closed 2 years ago

ajinchv commented 2 years ago

I am writing a C++ application using OpenXR and holographic remoting and I have issues using the XrHandTrackerEXT extension. The runtime reports that the extension is supported, the system properties report that the hand tracking is supported, and the code runs without any OpenXR errors. However I always get zero results from xrLocateHandJointsEXT function.

FlorianBagarMicrosoft commented 2 years ago

Hi ajinchv, what version of Holograhic Remoting are you using? With version 2.6.0 everything is working fine with our internal test app. Also, have you tried running your remote app directly on HoloLens 2 using the native OpenXR runtime from the OS? Does the issue reproduce there as well?

ajinchv commented 2 years ago

I was using version 2.4.1. Unfortunately it is not easy to run it natively on the device, since my implementation is part of a larger program, and its not easy to compile it for ARM64. I will attempt to use 2.6.x.

lappelsmeier commented 2 years ago

Closing for now due to no updates. Let us know if you still need help.