We have a special use case that requires more than 60 trackable images (we need about 200). Problem is that we can't have any user interaction to switch the datasets.
Is there anyway to increase the limit? Is it possible to have more than one active dataset in memory?
Only solution I can think of would be to switch between the data sets automatically about once per second and if it starts to track, stop switching, but I have a feeling it's going to be slow.
If anyone has any insights at all, it'd be much appreciated.
60 is the recommended limit, but it isn't a hard limit. The effective limit really depends on the total number of features among the targets. Realistically you aren't going to be able to handle 200 targets simultaneously. So you'll need to reduce the search space somehow.
Are there characteristics that differentiate subsets of targets?
Feel free to PM me if you want to describe the implementation privately.