CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
322 stars 233 forks source link

Is it possible to enable ARCore Depth API ? #65

Closed raysonlim77 closed 2 years ago

raysonlim77 commented 2 years ago

Is it possible to enable ARCore Depth API in this plugin? I have enable the ARCore Cloud Anchor API for my app and it work fine. but it would be fantastic if we can use the ARCore Depth API feature. by the way , i hope you can add the delete selected node function in your example just like the onRemoveEverything function.

CariusLars commented 2 years ago

hey @raysonlim77 , unfortunately the version of Sceneform used in this plugin does not support the Depth API feature. I suggest migrating to the community-supported Sceneform at some point (see https://github.com/CariusLars/ar_flutter_plugin/issues/16 ) as this would enable us to use Depth API. Is this something you might want to look into?

raysonlim77 commented 2 years ago

Yes,That's exactly what im looking for, but i have no idea how to migrate it, Im looking forward to see this feature available in this plugin. anyway i truly appreciate your kind suggestion.