Hi
I'm trying to force Vuforia to use VISLAM for Ground Plane.
I'm calling this method in Awake() : VuforiaRuntimeUtilities.SetAllowedFusionProviders(FusionProviderType.VUFORIA_SENSOR_FUSION);
Strangely, it is forcing towards VUFORIA_VISION_ONLY.
In fact, when i call VuforiaRuntimeUtilities.GetActiveFusionProvider() i get VUFORIA_VISION_ONLY, and can't use Ground Plane anymore.
Why is it happening ?
Thanks in advance
Hi,
The device is not calibrated by us, so it does not have the VISLAM option.
I've also checked if its supported by ARCore and unfortunately it is not. https://developers.google.com/ar/discover/supported-devices. they started support with Mi Mix 2S.
You can only use Vuforia_Vision_Only with the device.
Thank you for your understanding.
Vuforia Engine Support