Veaceslav Gaidarji
Veaceslav Gaidarji

Reputation: 4311

How many ImageTargets can be saved in one DataSet in Vuforia TargetManager?

I'm writing AugmentedReality application using Vuforia for Unity3d plugin. I have to store thousands of ImageTargets in one DataSet (1 ImageTarget = 1 real user in my application).

I will create application, which will recognize user id by custom avatar. Avatar will be uploaded by user on my website, then I will create DataSet (update existing) with new avatar, and attach new DataSet to ImageTargets at runtime.

Is there a limit for ImageTargets DataSet?

Upvotes: 1

Views: 1417

Answers (1)

Veaceslav Gaidarji
Veaceslav Gaidarji

Reputation: 4311

Finally I found answer on my own question:

"Applications can use multiple device databases simultaneously. You are only limited to activate 100 targets in total at the same time, independent of how many loaded device databases"

Loading multiple device databases and activating one

Upvotes: 1

Related Questions