Hi!
I had the same problem. I solved it creating a second ArCamera, wich only renders the target. This camera "copys" the position and the rotation of the original ArCamera, but using Vector3.Slerp to smooth the movement.
The original camera shouldn't render the target, only the reality plane.
Greetings!