Is there a way to manually load specific image markers in Studio?

Hello,

Our team is currently using Studio to build a project that uses a large number of similar images as markers.

Right now, we have a working setup with image markers set to Auto Load. However, to improve tracking accuracy, we’d like to change the workflow so that only the necessary markers are loaded based on user actions or other conditions.

With that in mind, we’re looking for a way to manually load a specific image marker at arbitrary timing.

If this is possible using Studio’s built-in features or through scripting, we’d really appreciate any guidance.

Thanks in advance for your help.

Yes, you can call XR8.XrController.configure({imageTargets: ['new-target']}) to switch to a different target once tracking has started.