google-ar / arcore-android-sdk

ARCore SDK for Android Studio
https://developers.google.com/ar
Other
4.95k stars 1.21k forks source link

Feature Request: Smooth tracking of moving Augmented Images #537

Open pjmcnerney-mlbam opened 6 years ago

pjmcnerney-mlbam commented 6 years ago

Currently, ARCore supports 2D image detection, which updates periodically (every few seconds) if an image moves. However, this detection functionality is not on par with what is going on in ARKit 2.0, where 2D images are tracked.

Can 2D image tracking be added to ARCore?

inio commented 6 years ago

Thanks for the request, we'll keep it in mind.

somoreingold commented 5 years ago

This would be amazing! I was struggling trying to figure this out how to do this in ARCore, but I didn't realize it just wasn't part of ARCore yet.

Are there any workarounds/libraries available for Android that can accomplish this? Thanks!