Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Documents for the HoloLens Remoting NuGet packages

MusaMusa
edited August 2017 in Questions And Answers

Hi All,
I am trying to build a UWP app using the HoloLens Remoting NuGet packages (https://www.nuget.org/packages/Microsoft.Holographic.Remoting/).
However, I found there is no detailed document for that packages.
Only two official documents I have found so far:
1. https://developer.microsoft.com/en-us/windows/mixed-reality/add_holographic_remoting
2. https://developer.microsoft.com/en-us/windows/mixed-reality/holographic_remoting_player
And several examples like HoloLensCompanionKit (https://github.com/Microsoft/HoloLensCompanionKit).

My question is, there is no detailed document describing all the remoting API functions. Does anyone know if there is?
Also, does anyone know if the HoloLens Remoting could get the user input data like gesture (tap, bloom) input? Or so far the remoting does not support any user input at all (except headset position and the rotation angle)? If the remoting could get the user input gesture, does anyone have example VS project? Or know which API function I need to use in order to get the gesture data? I guess it is the general Windows.UI.Input.Spatial, but I am just wondering Windows.UI.Input.Spatial could be used with the Microsoft.Holographic.Remoting at the same time?

Thanks,

Tagged:
Sign In or Register to comment.