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.