I'm using Vuforia in Unity to track 2 AR markers (without a fixed spatial relationship), and 1 marker is always out of focus (when moving it). Therefore, I think the Vuforia multi-targets case doesn't apply to it well?
I'm thinking maybe to touch a screen and set the focus manually to the moving marker, but not quite sure if the fixed marker will still tracking well. I couldn't find a way in Unity to set focus area, but I found it's possible to do it by Android camera directly.
Is it possible to sill use Vuforia AR camera tracking 2 markers(without a fixed spatial relationship) and can manually set the focus of the camera to one marker? Or Metaio provide a solution? Thanks.