I can't figured out what is the best way to check if ground plane is supported on current device. Is better way than comparing actual phone to the list of supported devices?
One caveat 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,
I suggest you use the getActiveFusionProvider() to query the device's capabilities. If the device returns FUSION_PROVIDER_VUFORIA_VISION_ONLY, then it does not support Ground Plane. Please see the Fusion APIs section of this article for more details: https://library.vuforia.com/content/vuforia-library/en/articles/Training/vuforia-fusion-article.html
One caveat is that an earlier call to setActiveFusionProvider() can mask the device's actual capabilities if they are set to new values after Vuforia init.
Thanks,
Vuforia Engine Support