olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
796 stars 225 forks source link

Object detection and labelling #172

Open PercyMcfly opened 2 years ago

PercyMcfly commented 2 years ago

Hey,

I saw that it is quite easy to detect pre-scanned 3D Objects using a camera on ARKit.

I would like to detect something i have scanned and added to the database, in addition I want to show a label on top of it. That label should allow for a function like "onTap" so I can execute a function if the user decides to interact with that object.

Is there any way to do that using the arkit_flutter_plugin?