Multiple target CRS in Android Native

0 votes
asked Mar 27, 2018 by tagarid1 (220 points)
edited Mar 27, 2018 by tagarid1
How to get the exact positions or coordinates of the tracked marker in the camera, and how to enable onTouch events for more than one target. Currently, my issue is that, when there are two or more targets on the screen, if the first target is touched, irrespective of whether or not the second target is touched, only the event for the touch on the first target is repeated for some reason regardless of the target being touched  , if there is a way to get the coordinates of the tracked targets, it would be possible to add individual touch events to each.

1 Answer

0 votes
answered Mar 28, 2018 by albert52 (31,850 points)
So your need is to get the coordinates of the image on the screen.
commented Mar 28, 2018 by tagarid1 (220 points)
Yes, the coordinates of the tracked image or image target is required
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...