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.

Problem with ImportExportAnchorManager in SpectatorView

doris4730doris4730
edited April 2017 in Questions And Answers

Trying to build spectator view rig, and have some problem with export anchor to other devices.

I'm debug Sample Spectator View App (Shared Holograms) and figured out that in AppStateManager.cs after picking avatar, app state change to "WaitingForAnchor", but never change to "WaitingForStageTransform" because SpectatorView.SV_ImportExportAnchorManager.Instance.AnchorEstablished always equal false. It seems what anchor uploading is failing all time. I don't understand why, any ideas?

UPD: it works sometimes (very rarely), but in most cases it not works
UPD: find out that SV_ImportExportAnchorManager.sharingServiceReady is always false, because user not joined session in sharing service. i'm continue searching answer

Best Answer

  • doris4730doris4730
    Answer ✓

    finally it works!)
    it was a problem with my network connection

Answers

Sign In or Register to comment.