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.