Skip to content

ImageView (or another View) is not anchoring strictly to the eye. Apparently a bug. #111

Open
@UserSty

Description

@UserSty

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions