How to identify target when it is recognized?(Java/Android native)

+1 vote
asked Jul 6, 2017 by konrad (160 points)
Hi, i have a question - how to get specific information about recognized image target?

In my HelloARMultiTracker_SingeTracker sample application i am able to recognize different images, but i don't know how to get information about reconized image, to for example make another action for specific image.

Is it possible with this library?

PS. Also why Java reference classes is empty?

1 Answer

0 votes
answered Jul 7, 2017 by kenn (18,750 points)
Use target information: id, name, or metadata and other fields. You can always get a target when one is found.

PS. The 1.3 version do not have Java API, that's why it's empty. 2.0 docs will be online within a week, if everything goes well.
asked Jul 7, 2017 by konrad (160 points) Show recognized photo message(once and disappear)
commented Jul 7, 2017 by konrad (160 points)
Yes, I have manage to do this. Thank you for your comment.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...