Search Unity

Image Tracking without knowledge of physical size

Discussion in 'AR' started by intouchmatt, Jan 29, 2019.

  1. intouchmatt

    intouchmatt

    Joined:
    Dec 4, 2018
    Posts:
    16
    The example Image Tracking scene requires you to enter the physical dimensions of the image. For my project I would really to be able detect an image at arbitrary sizes. Is there anyway to do this with the Magic Leap?
     
  2. S-e-e-D

    S-e-e-D

    Joined:
    Feb 21, 2017
    Posts:
    3
    Hi,

    I have a similar problem, I would like to change the size of the tracker image at runtime.
    I have to set a determined size of markers in the MLImageTrackerBehaviour script that makes this
    position computation. The associated script is in a DLL file, so I cannot set any value during runtime. Do somebody have any idea about how I could hack that ?