Reputation: 421
I have an Honor v20 and it supports ARCore Depth API. I'm able to run all sorts of AR apps that require Depth and TOF sensor just fine (such as "ARuler", "Depth Labs" and "Lines of Play"). However, when I compile and run Google's HelloAR sample app, I get the following message on the screen of the Honor v20:
Your device doesn't support depth.
Has anybody experienced this issue? How to resolve?
Upvotes: 0
Views: 909
Reputation: 21
Click on the ARCore Device and check the AR Session Config there and see if the Depth Mode is Disabled or Automatic if it is automatic select Disabled Assets > GoogleARCore > Examples > HelloAR > HelloARSessionConfig
Upvotes: 1
Reputation: 11
If you are on Unity make sure that ARCore Supported option is enabled from File > Build Settings > Player Settings > XR Settings.
Upvotes: 1