What are limitations for scanning and detecting 3d object in ARKit2.0 in iOS?
问题 I am done with 3d object scanning and detection with ARKit 2.0. I have scanned 3d object from all sides of object. Once 100% scanning is done then had given name to that object and then save that ARReference Object and image in document directory. Then on button click I am going to detect scanned object and display it’s name and image from document directory. Object get detected but it’s taking too much time to detect an object. I have gone through Apple document for best practices and