Programatically, you can use getActiveFusionProvider() to query the device's capabilities. If the device returns FUSION_PROVIDER_VUFORIA_VISION_ONLY, then it does not support Vuforia Fusion. The caveat here is that an earlier call to setActiveFusionProvider() can mask the device's actual capabilities if they are set to new values after Vuforia init.
Hello,
First, you can review our Fusion supported device page: https://library.vuforia.com/articles/Solution/vuforia-fusion-supported-devices.html. Note that Vuforia Fusion supports ARKit and ARCore, and thus Vuforia's list does not represent all devices supported by Fusion.
Programatically, you can use getActiveFusionProvider() to query the device's capabilities. If the device returns FUSION_PROVIDER_VUFORIA_VISION_ONLY, then it does not support Vuforia Fusion. The caveat here is that an earlier call to setActiveFusionProvider() can mask the device's actual capabilities if they are set to new values after Vuforia init.
You can find API documentation here: https://library.vuforia.com/getting-started/overview.html
Thanks,
Vuforia Engine Support