Open
Description
I use FaceTracker to overlay an image over the camera image and move it depending on the position of the eyes. But it does not work properly.
Use the following code:
imageView.setX(mPosition.x);
imageView.setY(mPosition.y);
not anchoring (blue square) strictly to the eye, you can see it in the screenshots with different distance from the photos:
See image: https://s32.postimg.org/gy6x8xded/All_steps_error.png
I already asked a question http://stackoverflow.com/questions/38292746/android-how-to-overlay-an-image-imageview-anchoring-the-to-the-eyes/38300203#38300203 but it did not help, and it seems to me that the problem is more deeply.
Help me please.