I am wondering what is the max number of anchors that we can create in ARCore before the AR session crash? Let say, we place an anchor every 5 meters.
I am wondering what is the max number of anchors that we can create in ARCore before the AR session crash? Let say, we place an anchor every 5 meters.
The max number of anchors in ARCore app depends on many factors (on chipset and ARCore version). There are Local anchors (Trackable and Session), Cloud anchors and Geospatial anchors. Each type of anchors has a different processing. However, in the context of Local anchors, I can say that 50 Trackable anchors is quite a heavy burden for ARCore processing.