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

How to add image in AR space? #83

Open gogori2 opened 2 years ago

gogori2 commented 2 years ago

I've seen there is ArCoreImage class in ArCore, I believe same feature is also in ArKit... I didn't find it in this package... Is it possible with some different approach?

roberto-donext commented 2 years ago

Maybe you can create a 3d model with that texture.

gogori2 commented 2 years ago

Not sure that will help because I have to create model for each photo. I think adding image should be added in this package.

jeromeDms commented 1 year ago

Interested in this too, any solution ?

gogori2 commented 1 year ago

I believe arcore_flutter_plugin package have this feature.

jeromeDms commented 1 year ago

arcore_flutter_plugin is only for android. I'm searching for an iOS/Android solution.

gogori2 commented 1 year ago

Use arcore_flutter_plugin for android and arkit_plugin for iOS.