Azure / azure-spatial-anchors-samples

Azure Spatial Anchors sample code
Other
293 stars 139 forks source link

Accuracy of Anchor Localization with a LiDAR sensor #243

Closed RibinMTC closed 3 years ago

RibinMTC commented 3 years ago

Dear devs,

Does the anchor localization accuracy increase, when creating and localizing spatial anchors using a LiDAR enabled device (like the iPad Pro or the iPhone 12 Pro)? I'm assuming that the point clouds will be denser since it gets additional information from the LiDAR sensor and therefore the detection accuracy is improved? I'm developing on Unity with Arkit 3.1.

Best,

Ribin

msftradford commented 3 years ago

Thanks @RibinMTC for the question! As depth sensors become more readily available we are exploring opportunities to take advantage of platform-specific hardware. If you would like to see support added for new sensors in your platform of choice, please provide that feedback here. Thanks!

RibinMTC commented 3 years ago

Hi,

So that means currently ASA does not take the additional depth information into account when creating and localizing anchors? I assumed that since ASA depends on the underlying information provided by Arkit, it would take the depth information into account.

msftradford commented 3 years ago

@RibinMTC, that is correct. You can think of the underlying geometric representation of the environment in ASA as being independent from the geometric representation used by the platform-specific tracker (ARKit, ARCore, etc).