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 Image Target at fixed position

Discussion in 'AR' started by Prabhug, Jun 10, 2019.

  1. Prabhug

    Prabhug

    Joined:
    Dec 17, 2018
    Posts:
    5
    Hello,

    I am trying to keep the augmentation at the exact detected position after the Image target is detected.

    The augmentation should not move from its exact detected position, even if I move or rotate the device camera away from the Image Target.

    In unity, I have used the ARKit plugin and able to detect the image target.

    I have turned off the "ARImageAnchorUpdatedEvent" and "UpdateImageAnchor()" method in "GenerateImageAnchor" script in order to turn off tracking.

    But when I move the device camera away from the view of Image target, move very close or move inside the augumentation - the augumentation is changing its position.

    It is repositioning itself after a few second, if I stand at particular distance from the target.

    But I want it to be at detected position(fixed), no matter what.

    Am I doing something wrong?

    Is there any possibilities to do it?

    It would be very helpful, if you provide a solution.

    Thanks you in advance.. : )
     
    earfulbe likes this.
  2. Prabhug

    Prabhug

    Joined:
    Dec 17, 2018
    Posts:
    5
    Does anyone find any solution?
     
  3. stanlygoodspeed

    stanlygoodspeed

    Joined:
    Sep 5, 2019
    Posts:
    2
    Hi, you find the problem solve?