camera overlay change with bearing and elevation

前端 未结 1 1209
没有蜡笔的小新
没有蜡笔的小新 2021-01-05 05:05

Folks,

I am trying to get a utility as shown in the picture below. Basically the camera display window covers part of the device\'s screen and a list of points that

相关标签:
1条回答
  • 2021-01-05 05:06

    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

    • Augmented reality location based tutorial

    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.

    • Apple gyroscope example app
    • Another core motion gyroscope example

    Will teach you how to use the compass

    • Ray Winderlichs augmented reality compass tutorial for ios

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

    • iPhone AR Toolkit
    • Augmented reality marker tracking tutorial
    0 讨论(0)
提交回复
热议问题