olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
801 stars 227 forks source link

How to detect two or more images (same image) on a screen? #34

Closed chaiyootcass closed 4 years ago

chaiyootcass commented 5 years ago

S__28008451

Sorry, I don't know about native IOS. Can you add function to return array ARKitAnchor?

Thank you very much.

olexale commented 4 years ago

Hi! Regret to say, but it seems like this is not possible. According to Apple (link):

ARKit adds an image anchor to a session exactly once for each reference image in the session configuration’s detectionImages array.

Hence there is a one-to-one relationship between image anchor and a reference image.