AR Kit Anchor

Hi,

I’ve implemented an ARKit app that display an usdz object in the real world. In this scenario, the placement is via image recognition (Reality Composer Scene)

Obviously when I don’t see the image (QR marker), the app could not detect the anchor and it will not place the object in the real world.

Is it possibile to recognize an image (QR marker) and after placing the object on it, leave the object there ? So basically

  • detect the marker
  • place the object
  • leave the object there, not depending on the image (marker) recognition

Thanks