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

Question Improve stability and accuracy of global coordinates

Discussion in 'AR' started by NahuGuzmy, Jun 28, 2022.

  1. NahuGuzmy

    NahuGuzmy

    Joined:
    Aug 15, 2015
    Posts:
    14
    Hi, im in dev of an app that need good stability and accuracy with relatively a little scanning.
    My use case only need vertical plane detection.
    Now, my question is, enabling ARCloudPoint and adding an anchor to each detected point, can it make the stability of the global coordinates improve faster, or this is a waste of time?

    I need the vertical plane the most stable as possible because then the 3D information go back to unity and do a "simulation" that provide info of shelve's products.

    I attach an example that im doing when the plane is correctly placed and anchored to the shelve.

     
  2. andyb-unity

    andyb-unity

    Unity Technologies

    Joined:
    Feb 10, 2022
    Posts:
    1,025
    For stability you could try using plane detection to detect vertical planes, then adding anchors along the plane surface and parenting your content to the anchors.
     
    NahuGuzmy likes this.
  3. NahuGuzmy

    NahuGuzmy

    Joined:
    Aug 15, 2015
    Posts:
    14
    Thanks for reply, i will try that