giandifra / arcore_flutter_plugin

Flutter plugin for ARCore SDK, Android platform to build new augmented reality experiences
MIT License
434 stars 275 forks source link

Object anchor/tracking qrcode #121

Open aleonnet opened 3 years ago

aleonnet commented 3 years ago

Hi @giandifra Amazing plugin, congrats. I'm new to AR. I was just wondering how can I use your work to add this kind of feature(https://www.youtube.com/watch?v=-wgf6Zvn6rg) to an App. Will it be possible?

Thanks. Alessandro

KennyChan94P commented 2 years ago

hi @aleonnet, im new to AR, do you have any progress on this feature? would you mind to share with me if you have a work around or something? thank you.

aleonnet commented 2 years ago

Hi, unfortunately not. Probably you'll have to combine a qrcode reader in normal camera that triggers an image anchor in AR view. Regards

On Tue, Apr 5, 2022, 00:32 KennyChan @.***> wrote:

hi @aleonnet https://github.com/aleonnet, im new to AR, do you have any progress on this feature? would you mind to share with me if you have a work around or something? thank you.

— Reply to this email directly, view it on GitHub https://github.com/giandifra/arcore_flutter_plugin/issues/121#issuecomment-1088231719, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE5JYV5IZYOJSZ7LIAEZ3TDVDOX4HANCNFSM42TMMHDA . You are receiving this because you were mentioned.Message ID: @.***>

KennyChan94P commented 2 years ago

hi @aleonnet , thanks for your reply, i think the plugin provides us the functionality that you want with AugmentedPage. basically what the AugmentedPage widget does is that it allows us to loadSingleImage() which is our anchor (it can be any picture), so as long the assets used in the loadSingleImage() is detected with the camera, the _addSphere() will be invoked.