Find set of latitudes and longitudes using user's current latitude, longitude and direction of viewing an object

后端 未结 2 549
悲&欢浪女
悲&欢浪女 2021-02-09 18:34

I am building an Android application based on Augmented Reality. The main idea is when user opens up my application, by default device\'s camera starts in preview mode. Based on

2条回答
  •  臣服心动
    2021-02-09 19:15

    you can check the code of mixare, an augmented reality browser released under the GPLv3. The repository is available at: http://github.com/mixare/mixare

    There are a lot of details you have to take care of, starting from the fact that the Field of View of the camera is only programatically available since version 2.3 (IIRC) of android. You find these and lots of others in the compatibility class.

    HTH, Daniele - mixare team

提交回复
热议问题