Hi community,
I don't know if it's the right forum. But I want to know how I could give some Metadata to the targets in a davice database?
Any suggestions?
Many Thanks!
Kind regards
Hello,
Every Vuforia target downloaded in a device database from the Target Manager has a unique Target ID associated with it - the uniqueness is global for all users. See getId() from the trackable class: https://developer.vuforia.com/library/sites/default/api/java/classcom_1_1vuforia_1_1Trackable.html
One thought is that you could use this ID as a key to retrieve metadata for targets from a simple data structure.
Thanks
Are you sure you want to delete this message?
Are you sure you want to delete this conversation?
To reset your password please enter the email address associated with your account. An email will be sent to you with instructions on how to complete changing your password.
Hello,
Every Vuforia target downloaded in a device database from the Target Manager has a unique Target ID associated with it - the uniqueness is global for all users. See getId() from the trackable class: https://developer.vuforia.com/library/sites/default/api/java/classcom_1_1vuforia_1_1Trackable.html
One thought is that you could use this ID as a key to retrieve metadata for targets from a simple data structure.
Thanks