Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

ARKit tracking reset with resume marker reading

Discussion in 'AR' started by AlexMorOR, Sep 10, 2019.

  1. AlexMorOR

    AlexMorOR

    Joined:
    Mar 9, 2019
    Posts:
    1
    I use arkit for development on the ipad, and in some cases the camera in the scene starts to move constantly in one direction, at a speed of about 1m, while the coordinates of the 3D game object do not change, but it "flies away" on the screen. As a solution, I think to reset tracking information in such cases, but the problem is that after calling the RunWithConfig...(...); method, the application no longer reads markers. How to reset tracking and resume marker reading? And as an additional question, what else is the solution?