-
Notifications
You must be signed in to change notification settings - Fork 399
Request for tracking moving augmented images #299
Comments
Hi, thanks for the feature request. The thing that can improve detection speed is setting the physical size of the Augmented Image when creating the Augmented Images database. |
Compare this to Vuforia's image tracking. Even out of focus, it NAILS the orientation and location: Google should be able to pull this off with ease. Don't they have a ton of realtime image detection and tracking code from Google Glasses and the image search engine? |
Is this related to: google-ar/arcore-android-sdk#537 |
Just to let you know the current alternative to achieve moving marker tracking is using Vuforia Fusion which uses ARCore for positional tracking and Vuforia for marker tracking. The disadvantages are that it is not free, it doesn't work on the Galaxy S7 and access to the ARCore features is limited. |
Is it strange that ARCore 1.7 and Sceneform 1.7 now do smooth/realtime augmented faces tracking, but still not smooth/reatime augmented image marker tracking? |
+1 on the feature request. Size of image should be only a parameter to match the scale of the world/objects, not to improve detection... ARKit 2.0 has it: ARReferenceImage improvement (now tracked) |
+1 on the feature request, please! we really need support for moving image targets! The only option right now is Vuforia... |
I know it is not supported at the moment therefore this request.
Tracking of moving markers works on ARKit2 (see here: https://www.youtube.com/watch?v=ySYFZwkZoio) and I would love to have that feature on ARCore too.
I tried to do it with Augmented Images but the results are not that great. It works kind of but with huge lag. Is there a workaround to make it work better?
Would destroying and reloading the Augmented Image Controller a few times a second work to get at least a low fps marker tracking to run?
If the feature points that belong to the detected marker are not beeing used to for the orientation in the room that would be nice as well otherwhise the marker could move the ARCore Camera around.
The text was updated successfully, but these errors were encountered: