Search Unity

Question ARImageTrackingConfiguration with ARFoundation

Discussion in 'AR' started by josefgrunig, Nov 30, 2021.

  1. josefgrunig

    josefgrunig

    Joined:
    Jan 23, 2017
    Posts:
    62
    I tried the ARFoundation's Basic Image Tracking sample on iOS and noticed that the ARSession is configured with ARWorldTrackingConfiguration. This is not ideal when you want to track only images without tracking the position of the device relative to the world. In this case the ARImageTrackingConfiguration is more appropriate, especially from the performance point of view on old devices like 6G iPads where the Warning [Technique] World tracking performance is being affected by resource constraints [0] popups continuously

    Is it possible to force to use the ARImageTrackingConfiguration on the underlying ARSession instance?

    I am working on Unity2021.1.22f1 with ARFoundation 4.1.7

    Thank you
     
  2. KyryloKuzyk

    KyryloKuzyk

    Joined:
    Nov 4, 2013
    Posts:
    1,145
    josefgrunig likes this.