ARKit 3: Detect up to 100 images at once

Has anyone had any luck detecting anywhere near the quoted limit above?


The most I am able to detect at any one time is 4, which isn't enough for our purposes. Am I missing something or is this a bug?

Accepted Reply

This thread has been deleted

In the comment to ARImagetrackingConfiguration you can read this (here at line #4)


A configuration for running image tracking.

 @discussion Image tracking provides 6 degrees of freedom tracking of known images. 
Four images may be tracked simultaneously.
 */
@available(iOS 12.0, *)
open class ARImageTrackingConfiguration : ARConfiguration {

Replies

What did you set as the max?


Are you using

ARImageTrackingConfiguration
.