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.

SpatialAnchorStore::GetAllSavedAnchors()

edited July 2017 in Questions And Answers

Hi,

I am working with the c++ windows api to develop Hololens application.
I am facing an issue when using SpatialAnchorStore::GetAllSavedAnchors().

This function never return when I am changing room.

Here is the procedure :
1/ Start the app in a room.
2/ Save an Anchor
3/ Quit the app
4/ Restart the app in the same room
=> Anchor is correcly read and position remembered.
5/ Quit the app
6/ Move to another room
7/ Hololens detect the new room
8/ Start again the app in this new room
9/ The app freeze because SpatialAnchorStore::GetAllSavedAnchors() never return.

Does anyone can help me to know what's wrong ?

Thanks

Sign In or Register to comment.