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

Holotookit Sharing Data Reciving on Hololens

seveleesevelee
edited June 2017 in Questions And Answers

I am trying to send captured pictures from PC to hololens by using Holotookit.Sharing.

I works well on my two PC but if I build the app onto hololens, the recive of data is not stable. Sometimes it will stop.

For now I just use the "broadcast" function on PC to broadcast data ( MessagePriority.Immediate, MessageReliability.UnreliableSequenced, MessageChannel.Default ), then receive the data by a function added to MessageHandlers of my custom message.

As for custom message, It is just a array for image data.

Could you give me some advise for that? Thanks.

Tagged:
Sign In or Register to comment.