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

On-demand long-gaze AR object management for large campuses #14

Open MrCsabaToth opened 1 year ago

MrCsabaToth commented 1 year ago

Once the radius confined AR object management will be implemented (#12) there could be a need though (especially if the app will be used to locate campus building and landmarks (#13)) then the user may want to gaze beyond the radius. This would mean:

  1. Detection / determination of a longer gaze towards a direction. This would mean a time interval and orientation confined towards a direction by a confidence level
  2. In case of long gaze detected temporarily place further away AR objects towards the direction
  3. Once the student looks away those distant objects could be removed
MrCsabaToth commented 1 year ago

How to identify long steady gaze? If it's not steady we'd just unnecessarily churn a lot of objects if the phone is yanked around.