Is there a way to get an early, low confidence result from Coarse Relocalization?

Bill Jackson 21 Reputation points
2022-12-14T16:44:15.733+00:00

I'm developing a mobile app that uses Azure Spatial Anchors to determine visitors' position in a museum. There is understandably a delay between when a Watcher is started and when anchors are found. I was hoping that there would be a way to get a list of "likely spatial anchors" from the watcher. This would allow the app to estimate what gallery the visitor is in, and provide general location information while waiting for true relocalization. Then when anchors actually load, the app will know exactly which exhibit the visitor is standing at. Is this possible? Thanks in advance.

Community Center | Not monitored
{count} votes

1 answer

Sort by: Most helpful
  1. clcheles 272 Reputation points Moderator
    2022-12-15T19:06:53.093+00:00

    hi @Bill Jackson . with current ASA implementation, that is not possible. https://learn.microsoft.com/en-us/azure/spatial-anchors/concepts/coarse-reloc#platform-availability summarizes the availability of the sensor data. If you are targeting Android/iOS, you are limited by each platform and phone sensors. On Android, starting with API level 28, Wi-Fi scans are throttled to four calls every 2 minutes. On iOS, you should have in mind energy efficiency.
    to summarize, this is platform dependent. you might want to consider using BLE beacons placed through museum.

    Claudiu

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.