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

AR Foundation / ARCore / ARKit fiducial markers generation algorithm

Discussion in 'AR/VR (XR) Discussion' started by Light_CZ, Aug 17, 2020.

  1. Light_CZ

    Light_CZ

    Joined:
    Aug 14, 2020
    Posts:
    1
    I am trying to develop an AR application in unity using the new AR Foundation.

    This application would need to use two features:

    • It needs to use a large amount of tracking images
    • It needs to properly identify the tracked image (marker) (Only one image will be visible at the same moment)
    What I need is dynamically generate the fiducial markers preferably with the tracking part same for all and only with specific part carrying id of the marker. Preferably the AR code would be similar to the ARToolkit One from this image:



    Do these markers work well with ARfoundation (abstraction over ARCore and ARKit)? Lets say I ll add 100 of these generated codes into the XRImageIs it possible that AR Foundation image targets get "confused" and mixup tracked images? Could in theory i use QR codes as Markers and simply code ID information into the QR code? What would be the image tracking "score" for large amount of QR codes