microsoft / OpenXR-MixedReality

OpenXR samples and preview headers for HoloLens and Windows Mixed Reality developers familiar with Visual Studio
https://aka.ms/openxr
MIT License
335 stars 95 forks source link

Why is the runtime not using the holographic remoting extensions? #118

Closed amao6666 closed 1 year ago

amao6666 commented 1 year ago

Wish to use the following extensions:

“XR_MSFT_holographic_remoting” “XR_MSFT_holographic_remoting_frame_mirroring” “XR_MSFT_holographic_remoting_speech”

mbucchia-msft commented 1 year ago

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.