"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Uploading multiple pictures and assign them the same ID

Hi there,

We need to upload multiple pictures of the same 3D object (let's say, 30 pictures of the same chair).

When uploading the 30 pictures, is it possible to tell Vuforia to group them under the same ID? Currently, instead, 30 different IDs would be created.

Hope it's clear

Super-thanks,

Giorgio

Hello,

This is not possible. Each target uploaded to the portal is assigned a UUID (listed as the "Target ID"), which remains static throughout the life of the target.

A logical grouping would only be possible by app-level logic.

NoxSicarius

Wed, 02/08/2017 - 13:21

Iterate through an enumerator or list of the objects and apply tracking by extending the class. There is no way to do it through the database online.