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

Markers ( rendered view) does not stay steady when mobile location changed

Open ChetnaNakum opened this issue 5 years ago • 9 comments

Markers ( rendered view) does not stay steady when mobile location changed.The marker move automatically. how can make it steady ?

ChetnaNakum avatar Dec 11 '18 11:12 ChetnaNakum

I met the same issue.

BravoJason avatar Dec 21 '18 16:12 BravoJason

The markers are re-calculated every few seconds, and will move a little bit as the calculated direction of north changes.

If this behaviour doesn't suit what you are trying to do, you can change the interval to something greater (such as 2 minutes) with: locationScene.setAnchorRefreshInterval(120);

johnwedgbury avatar Dec 24 '18 11:12 johnwedgbury

I have increased this interval to 960 from 60. But it changes frequently.

ChetnaNakum avatar Dec 24 '18 11:12 ChetnaNakum

locationScene.setAnchorRefreshInterval(120); still it changes frequently. Any updates on this issue ? @Ronakgadhia @johnwedgbury

shahparth99999 avatar Feb 07 '19 13:02 shahparth99999

No updates from them. @shahparth99999

ChetnaNakum avatar Feb 07 '19 13:02 ChetnaNakum

The Markers are flickering and move parallel to camera. any fix for this?

usainat avatar Feb 13 '19 10:02 usainat

Please let us know if anyone found a solution for this

aminejbr avatar Feb 14 '19 23:02 aminejbr

Same Problem

M-Sardari avatar Feb 23 '19 09:02 M-Sardari

Consider that the refresh intervall is in milliseconds!

twixrider avatar Oct 31 '19 10:10 twixrider