How to get coords of ImageTarget? (Android)

+1 vote
asked Feb 3, 2018 by raptor (170 points)
I'm using EasyAR for Android SDK.
I have a standard image tracker (from SDK examples), and I'd want to know, at which coordinates image is being tracked. I'm talking about coordinates like "x" and "y" in pixels, if possible, but if it is in any different format, it'd also be great. Tried to get them from "camera", "targetInstance" or anything else, but with no luck.
I suppose that if renderer is able to render some figure/texture in right place, there should be a possibility to get these coords.

I plan to read pixels (color) from specific point of the AR marker, therefore I need such values.

Please log in or register to answer this question.

Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...