Reputation: 197
I would like to create anchors on one HoloLens and then share it with other HoloLens. I want to know does the device portal support this?
Thank you.
YL
Upvotes: 0
Views: 399
Reputation: 156
Programmatically, moving anchors between headsets in an offline environment can be done with TryGetAnchorStoreAsync, XRAnchorStore or XRAnchorTransferBatch APIs from Microsoft.MixedReality.OpenXR.
There is also a way of exporting/importing maps & anchors from a Hololens through Device Portal as described here
Upvotes: 1