olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
797 stars 225 forks source link

maximumNumberOfTrackedImages property #85

Closed mochetti closed 4 years ago

mochetti commented 4 years ago

Hey!

I would like to track an image (not only detect it) while using other features of world tracking (plane detection, hit test).

I know this is possible using the worldTracking configuration mode, but I've only managed to detect images (when it first appears), not track them as they move.

In Apple's Doc: "In iOS 12.0 or later, set the maximumNumberOfTrackedImages to enable image tracking.", so I wonder if there is a similar property I could use.

Regards.

mochetti commented 4 years ago

Hey!

I have added the maximumNumberOfTrackedImages property inside the ARKitSceneView constructor as a new pull request.

Regards.