Why is the runtime not using the holographic remoting extensions?
amao6666 opened this issue · 1 comments
amao6666 commented
Wish to use the following extensions:
“XR_MSFT_holographic_remoting”
“XR_MSFT_holographic_remoting_frame_mirroring”
“XR_MSFT_holographic_remoting_speech”
mbucchia-msft commented
Hi, you can find instructions on Microsoft Remoting for HoloLens 2 here: https://learn.microsoft.com/en-us/windows/mixed-reality/develop/native/holographic-remoting-create-remote-openxr
Remoting isn't part of the OpenXR for WMR runtime, instead it is its own OpenXR runtime, that implements the extensions you listed. The page above explains how to obtain that runtime and how to activate and use the extensions.