sceneform-android icon indicating copy to clipboard operation
sceneform-android copied to clipboard

AR application based on real world location

Open liqiangdada opened this issue 3 years ago • 6 comments

I want to place some models according to longitude and latitude. How to develop them?

liqiangdada avatar Mar 04 '22 09:03 liqiangdada

https://github.com/appoly/ARCore-Location Could you create a PR with it?

ThomasGorisse avatar Mar 05 '22 13:03 ThomasGorisse

I noticed him. It seems that he stopped maintenance in 2018. I ran his demo and the effect was too bad! The mark is always moving, not stationary!

liqiangdada avatar Mar 07 '22 08:03 liqiangdada

It's moving because your smartphone updates your position and your azimuth. So the markers are changing their position. This behavior is quite normal. You could try to set only once the LatLng position on the arScene, maybe it will be more stable, but it won't fix the position if the marker has been rendered in the wrong place at the first run & the user will move.

I personally use the library from appoly, there is no better opensource alternative for now I think.

kustraslawomir avatar Mar 08 '22 13:03 kustraslawomir

It's moving because your smartphone updates your position and your azimuth. So the markers are changing their position. This behavior is quite normal. You could try to set only once the LatLng position on the arScene, maybe it will be more stable, but it won't fix the position if the marker has been rendered in the wrong place at the first run & the user will move.

I personally use the library from appoly, there is no better opensource alternative for now I think.

Arkit doesn't seem to have an Android version What library do you use? thanks.

liqiangdada avatar Mar 09 '22 09:03 liqiangdada

Latest 2022 Google I/O news: Geospatial API is able to do exactly that. Soon I'll try to use sceneform and that API together https://github.com/google-ar/codelab-geospatial

MrCsabaToth avatar May 22 '22 17:05 MrCsabaToth

It is a hard task to determine orientation and location.

MrCsabaToth avatar May 22 '22 17:05 MrCsabaToth

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Aug 16 '23 05:08 github-actions[bot]

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

github-actions[bot] avatar Aug 23 '23 05:08 github-actions[bot]