ARCore-Location icon indicating copy to clipboard operation
ARCore-Location copied to clipboard

any way to resolve "The problem is the compass in your phone is never totally accurate"

Open yudikarma opened this issue 6 years ago • 2 comments

i try to running sample project from this page . i set the lat long where that is 300 M distance from me, that right, but the position of AR Place is Wrong, i am sure this cause my phone compas my be not accurace. please tell me how to handle this problem. cause i wan display AR Object in some place LATLON marker, and only display when my distance with lat lon marker is <= 100 M. thanks for awesome third party library

yudikarma avatar Feb 13 '19 04:02 yudikarma

I installed a Compass app on my phone and go through the adjustment phase with the compass app before using my AR app. Greatly increases the compass accuracy for a period of time.

mmarkleyredmond avatar May 16 '19 01:05 mmarkleyredmond

This could help: click

You can guide the user to do so in order to increase the accuracy. Use the device SensorManager to get accuracy changes to detect low-accuracy.

twixrider avatar Nov 07 '19 06:11 twixrider