So I use this AR mobile image tracking example from Github. I try to convert it using the ARCore/Android Assets, so of course I replaced the Assets to ARcore for the images.
In the Blueprint I replaced “Get All AR Tracked Images” with start ARCore Session and can build it and it almost work. Though that might be too easy. It just closes down shortly after it launch. Once I actually got it running and tracked the image, though with an error message when running the app. Now I can even make it start.
No. The Start ARCore run only once, this will turn on camera and start session.
The tracking can run in tick continuously, because you want to track images in real time.