Hello
I called Vuforia.getActiveFusionProvider() in my own application and returned 2, but the value returned by VuforiaSamples is 4. I don't know why, is there any place to set up? My phone is Google pixel, Vuforia version is 7.2
thank you
@Override
public boolean doInitTrackers()
{
TrackerManager tManager = TrackerManager.getInstance();
int provider = Vuforia.getActiveFusionProvider();
}
Thank you very much.
But I have another problem.
'com.google.ar:core:1.1.0' return 4
'com.google.ar:core:1.3.0' return 2
Vuforia currently not supporting 1.3.0?