I'm trying to use ARkit to create a simple demo where I would need to scan an image and display a 3D model of the house at the exact location defined by the image. This means that the picture would be the starting point 0 for me, and from this point I would show the house to which I could go in augmented reality. Is there any way to do this?
I came up with the method using image tracking, but I can't fix the position of the scanned image, the model always disappears when the mobile phone does not see the image.
My question is. Is it possible to fix the position of the object after scanning the image, even if the phone will no longer point at it and can I walk 20 meters further?
Thanks for any help, I'm new to ARkit features.