microsoft/OpenXR-MixedReality

Why is the runtime not using the holographic remoting extensions?

amao6666 opened this issue · 1 comments

Wish to use the following extensions:

“XR_MSFT_holographic_remoting”
“XR_MSFT_holographic_remoting_frame_mirroring”
“XR_MSFT_holographic_remoting_speech”

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.