Hello,
I am trying to develop an app using AR foundation (ARkit) where people can:
- Capture an image of an object through the camera.
- Set that image to be a fiducial in real-time (by adding it to the Reference Image Library).
- Place a prefab and track the fiducial.
I have played around with the AR foundation samples, but I am not sure if it can generate fiducials on the fly from images. Does anyone know if this is possible to build through Unity and AR foundation and if so could guide me through some resources?