Hi,
I would like to know if it is possible to load three different Datasets in ImageTargets Sample, so using an enumtype instead of the boolean mIsStonesAndChipsDataSetActive.
Is it possible to get three different Datasets with one tracker ? (or is it better to regroup two Datasets in one ?)
Thanks in advance
(Just an other question : how many pictures max can we put in a single DataSet (without having lags or so).
You'll add the datasets to your assets folder and then you can switch between them using a update callback class - see ImageTargets_UpdateCallback on line 90 of ImageTargets.cpp in the ImageTargets sample project for an example of how to do this. This class is called when the tracker is updated and capable of loading and de/activating datasets.