EnJ
EnJ

Reputation: 197

How to use device portal to share anchors between different HoloLens

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

Answers (1)

ClaudiuC_MSFT
ClaudiuC_MSFT

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

Related Questions