Bad tracking (ios/android native)

+1 vote
asked Oct 16, 2017 by daniil108 (330 points)
edited Oct 16, 2017 by daniil108
Hi. I noticed that on the markers the content is twitching, but at the same time it keeps track of the marker well. Tell me how to cook markers correctly, so that this would not happen?

Video example:
https://youtu.be/oZOMH5ysR5E

1 Answer

0 votes
answered Oct 16, 2017 by albert52 (31,850 points)

Hi,

I'm sorry to reply you so late.

1.Complex texture

2.You can create a second ARCamera, which only renders the target. This camera "copys" the position and the rotation of the original ARCamera, but using Vector3.Slerp to smooth the movement.

3.Our next version will be optimized

commented Oct 16, 2017 by daniil108 (330 points)
Hi,

thanks for the answer, how to make step 2 native on ios, without a unity?
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...