ChristophGeske / ARCoreInsideOutTrackingGearVr

Inside Out Positional Tracking (6DoF) for GearVR/Cardboard/Daydream using ARCore v1.6.0
MIT License
190 stars 29 forks source link

Use better tracking (Vuforia) #30

Open ghost opened 5 years ago

ghost commented 5 years ago

Use a tracker that is a bit better. just a bit. Like this one. thisone.

ChristophGeske commented 5 years ago

Thank you. By the way I will move away from Vuforia since ARcore and ARKit both allow for moving marker tracking now. From a scientific point of view it would be interesting to find out if there are differences between markers and how much of a difference they make. I asked a question related to the tracking quality for markers on the ARCore issue board. And there seems to be ways to improve the results when using ARCore for example:

The thing that can improve detection speed is setting the physical size of the Augmented Image when creating the Augmented Images database. (https://github.com/google-ar/arcore-unity-sdk/issues/299)