RecyclingTrashCans / recycling-trashcan-armap

AR map to help finding recycling trashcan locations of CSU Fresno (powered by a companion website, ARCore Geospatial API and Terrain Anchors)
https://play.google.com/store/apps/details?id=dev.csaba.armap.recyclingtrashcans
Apache License 2.0
1 stars 2 forks source link

Detect if a device does not support Depth API #19

Open MrCsabaToth opened 5 months ago

MrCsabaToth commented 5 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 5 months ago

I'm not 100% sure if Depth API is required for the Geospatial API or not.

MrCsabaToth commented 5 months ago

Ref https://github.com/TreeWalks/tree-walk-guide/issues/25 Ref https://github.com/TreeWalks/tree-walk-guide/issues/24

MrCsabaToth commented 2 months ago

Per Dereck the Depth API should not affect this. This is probably rather #20