Hello,
I have successfully built an app using Vuforia Ground Plane on iOS. Now I need to adapt it for Android on the SM-T830. I know Vuforia doesn't specifically list this model as supported (although the older model is, oddly) BUT vuforia claims support for ARCore. And ARCore DOES support the SM-T830.
I've tried the setting up my AR camera in vuforia and installed the core-1.3.0.aar in the Plugins-Android folder, set it to Android, and it still won't work.
The app runs but it never detects a surface or allows me to place my objects.
Does anyone have any insight into this, or am I just going to have to start from scratch with ARCore and abandon Vuforia?
Hello @fyrebug82,
I answered your other, similar post here: https://developer.vuforia.com/forum/device-support/galaxy-tab-s4-ground-plane-not-supported-device#comment-67880
Advanced Vuforia Engine features (Model Targets, Ground Plane) require a device to support ARCore, ARKit and/or Vuforia VISLAM. This topic is partially covered here: https://library.vuforia.com/content/vuforia-library/en/articles/Training/vuforia-fusion-article.html
If you're able to download ARCore to your SM-T830 device, then it is supported by ARCore. If this is the case, and you're not seeing Ground Plane support, I suggest you try building and deploying our Core samples (from the Asset Store) to the device to see if the behavior is the same. You can also check if ARCore has been enabled via ADB:
$ adb logcat AR:D Unity:D *:S
Thanks,
Vuforia Engine Support