MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.2k stars 21.34k forks source link

Azure Spatial Anchor with Augmented Image of ARCore #51344

Open tinhpv opened 4 years ago

tinhpv commented 4 years ago

Anchor created by using AugmentedImages of ARCore may be not working correctly with ASA Wayfinding?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ram-msft commented 4 years ago

@tinhpv Thanks for your question. Please provide us with the link to the documentation you are referring to so we can better assist.

tinhpv commented 4 years ago

I used wayfinding feature of ASA combining with ARCore AugmentedImage

Firstly, I create an anchor by using AugmentedImage of ARCore (Reference Image is a QRCode). Then, I place and save other two anchors by tapping on a surface (in the same session and they are connected)

But when I locate the first anchor and try to locate nearby anchors, but it's not working fine.

https://docs.microsoft.com/en-us/azure/spatial-anchors/concepts/anchor-relationships-way-finding https://developers.google.com/ar/develop/c/augmented-images

tinhpv commented 4 years ago

Thanks for replying mail. Here is the problem:

I used wayfinding feature of ASA combining with ARCore AugmentedImage

Firstly, I create an anchor by using AugmentedImage of ARCore (Reference Image is a QRCode). Then, I place and save other two anchors by tapping on a surface (in the same session and they are connected)

But when I locate the first anchor and try to locate nearby anchors, but it's not working fine.

I'm looking forward to your answer

https://docs.microsoft.com/en-us/azure/spatial-anchors/concepts/anchor-relationships-way-finding https://developers.google.com/ar/develop/c/augmented-images

On Tue, Mar 31, 2020 at 10:43 PM Ram notifications@github.com wrote:

@tinhpv https://github.com/tinhpv Thanks for your question. Please provide us with the link to the documentation you are referring to so we can better assist.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MicrosoftDocs/azure-docs/issues/51344#issuecomment-606671487, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI4P2W56DIHL2LTK4H5HJBLRKH6RDANCNFSM4LXNNNWQ .

AshokPeddakotla-MSFT commented 4 years ago

I have assigned the issue to the author @RamonArguelles to evaluate and update as appropriate.

davidlyw89 commented 4 years ago

Hi, Any update for tis? where can i find way finding sample ? thank if someone would help.

weinanshen commented 4 years ago

Hi @tinhpv , thanks for reporting this, can you provide more details about "locating nearby anchors is not working fine"?

tinhpv commented 4 years ago

Hi @tinhpv , thanks for reporting this, can you provide more details about "locating nearby anchors is not working fine"?

Please read again my problem above. When anchors are connected, I locate one, and look for nearby anchors. However, the position of anchors located afterward is not correct. Perhaps the ASA Wayfinding is not working with Anchors created on Trackable (AugmentedImages).

In my project, I used QR Code as a reference image fed for AugmentedImages feature, but ASA Wayfinding is not working with this, so I just tried to create anchors on the surface behind the QRCode (the wall). So, the QR Code now is playing a role as a picture for creating feature points ... It still works.