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

Markers Duplicates and not stable

Open pretivj opened this issue 5 years ago • 5 comments

Markers are duplicate and they are not stable in camera position. Markers are flickering and rendering so many times. @johnwedgbury Thanks in advance

pretivj avatar Apr 12 '19 06:04 pretivj

If you're creating a ViewRenderable for each marker, then there won't be any duplicates. If you use the same ViewRendarable for all markers in your list, you'll get duplicates.

todoranalex avatar Apr 17 '19 10:04 todoranalex

Yes i did the same,but still facing the issue.Also markers are not stable at the location.its keep on moving. Please help me on this @todoranalex @johnwedgbury

pretivj avatar May 03 '19 07:05 pretivj

You can refer to #83, it kinda did the trick for me. Also, i think you should stop parse your marker list once you rendered it, because otherwise it will keep adding it's elements forever( possible cause of getting duplicates)

todoranalex avatar May 03 '19 14:05 todoranalex

Thanks for the reply,i tried the same way as you told.But markers are showing and then moving backward everytime. @todoranalex

pretivj avatar May 03 '19 14:05 pretivj

I've observed the behavior you are telling happening on some devices, but on others it works fine. Another solution would be to set a bigger refresh time for the anchors.( but this may cause problems as the anchors won't be in the best position the first time they appear :) )

todoranalex avatar May 06 '19 07:05 todoranalex