I am evaluating the Multi-Tracker sample and I want to get hold of the RawValue of the barcode detector once one is available.
I would like to dismiss the Tracker once a valid RawValue has been obtained and use the value elsewhere.
Any suggestions on the items below will be helpful.
How to dismiss the tracker once a detection has been made
How to hold and pass the RawValue up the the activity. For example, echo it in a Toast
Thanks