"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

Higher stability with multiple markers

Hi,

is it possible to use multiple imagetargets that show the same hologram to improve the holograms stability?

I need a hologram that overlays the corresponding real object and at the moment my hologram has a displacement about 2 - 7cm, making it impossible to work with my idea.

I already use persistent extended tracking enabling it with:

ObjectTracker tracker = TrackerManager.Instance.GetTracker<ObjectTracker>(); tracker.PersistExtendedTracking(true);

Thanks for your help.