camera overlay change with bearing and elevation

独自空忆成欢 提交于 2019-11-30 19:13:35
Pavan

Have a look at the following, each article or link has different key things required to make your final product. You eventually will be using a combination of geolocation, the compass/or the iphone's gyroscope data coming in.

Reading all the references combined and implementing them one by one in different projects will give you a solid start on how to then combine it all together to create your application. But first you need to get a solid understanding on how to manipulate the knowledge you will learn and how you can then apply it to create your project.

References:

A cool project from Ray Winderlech teach you how to use location gps coordinates in your application

The next two links show you how to grab gyroscope data to find out the pitch, yaw and rotation and find out the device current position in space.

Will teach you how to use the compass

Here's some more augmented reality stuff on overlaying stuff on the camera view

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!