CsabaConsulting / ARPhysics

Testing Physics engines with AR
MIT License
2 stars 0 forks source link

Detect if a device does not support Depth API #12

Open MrCsabaToth opened 6 months ago

MrCsabaToth commented 6 months ago

It turns out that Motorola Thinkphone doesn't support the Depth API (https://developers.google.com/ar/devices#google_play_devices). The app runs but never locks in the AR scene. There should be a warning.

MrCsabaToth commented 6 months ago

I'm not 100% sure if Depth API is required for the Geospatial API or not. Ref https://github.com/TreeWalks/tree-walk-guide/issues/24 Ref https://github.com/TreeWalks/tree-walk-guide/issues/25