"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

Target Manager - Troubleshooting common issues

The online Target Manager allows you to create Device and/ Cloud Databases and upload targets (Image targets, multi-targets, cloud targets...) onto your DBs.

If you get an error message while using the Target Manager to create/upload a new target, check the following conditions:

  • your image is in one of the supported formats, i.e. PNG or JPEG
  • your image is either grayscale or RGB-24 bit. In particular, this means that 32-bit images with an alpha channel (RGB + Alpha) are not allowed.
  • your image size is not exceeding the 2 MBytes

See also

https://developer.vuforia.com/resources/dev-guide/guidelines-preparing-image-files

 

Multi-Targets

In addition to the points above, if you are creating a Multi-target (cube or cuboid), you need to make sure that the aspect ratio of each image is precisely matching the aspect ratio of the corresponding face on your cube or cuboid. The aspect ratio is computed as the ratio image_width / image_height.

For instance, an image with a resolution of 1024 x 512 pixels has an aspect ratio of 1024 / 512 = 2

For a cube (all dimensions are equal) the aspect ratio of ALL faces is always 1.

For a cuboid with dimensions W (width) x H (height) x L (depth):

  • the top and bottom face images must have an aspect ratio equal to the ratio W / L
  • the front and back face images must have an aspect ratio equal to W / H
  • the left and right face images must have an aspect ratio equal to L / H

For more details about how to use the Target Manager, please consult the developer guide:

https://developer.vuforia.com/resources/dev-guide/manage-targets

https://developer.vuforia.com/resources/dev-guide/working-device-databases

https://developer.vuforia.com/resources/dev-guide/managing-targets-cloud-database-using-target-manager

 

Image target rating

Image Tagets are assigned a star rating, depending on the quality of the target. The star rating will influence the robustness of the target with respect to detection and tracking. The star rating can ary between 0 and 5 stars. The higher the rating, the better.

For more information about how to create high quality (high rating) targets, see:

https://developer.vuforia.com/resources/dev-guide/natural-features-and-rating

https://developer.vuforia.com/resources/dev-guide/image-target-enhancement-tricks