Search Unity

AR camera position is changed when Image Target Behaviour is turned off

Discussion in 'Vuforia' started by saifshk17, Jul 30, 2019.

  1. saifshk17

    saifshk17

    Joined:
    Dec 4, 2016
    Posts:
    488
    Hi,



    The position of AR camera drifts to another position when image target behaviour is turned off. The models are then replaced in some other position. How do I not let this happen? That is how to keep the position the same before and after the image target behaviour is turned off.
     
  2. meedabit

    meedabit

    Official Vuforia Employee Vuforia

    Joined:
    Dec 8, 2016
    Posts:
    266
    Hello,

    This makes sense to me. By disabling the behaviour, you've disabled Vuforia's ability to track objects in 3D space. As the position of the augmentations are provided by Vuforia's 6DoF poses, disabling this capability means that they can no longer be anchored in your scene.

    At this time I cannot think of a way to workaround this.

    Thanks,
    Vuforia Engine Support