有没有iPhone应用增强现实的教程或者示例应用程序?
原问题:Is there a good tutorial for implementing an augmented reality iPhone application? [closed]
有没有iPhone应用增强现实的教程或者示例应用程序?
原问题:Is there a good tutorial for implementing an augmented reality iPhone application? [closed]
Andrew Johnson
我不确定是否有这样的教程。你所需要做的是看下iPhone的位置和相机框架,从那里开始。
通常,你得创建一个UIImagePickerController(相机类),通过自定义cameraOverlayView覆盖信息视图(这是3.0里UIImagePickerController的资源)。
你大概会用CoreLocation框架来从设备的GPS获得信息(位置、方位、距离等)。
你大概还会做一些web服务器交互,这个我建议用ASIHTTPRequest。
以上是开发AR(即增强现实)应用所需的工具。
HeikoG
这是一个老生常谈的问题。给你个网址:http://www.raywenderlich.com/3997/introduction-to-augmented-reality-on-the-iphone
Prairiedogg
这是github上的一个iPhone AR 项目http://github.com/zac/iphonearkit/ 。
Andrei
看看这个: 这里有个教程,还有一个实例:http://www.iphonedevsdk.com/forum/iphone-sdk-game-development/38119-augmented-reality-ar.html
Daniele
这是一个 GPL (免费开源) ,iPhone的增强现实浏览器:mixare 增强现实引擎gthub上有代码: https://github.com/mixare/mixare-iphone/ 具体使用案例及更多信息请查看: http://www.mixare.org
Robin
我也找到一个:在文章最后有源码的链接:http://www.3dar.us/docs/tutorials/add-3dar-to-your-app-in-5-minutes/?gclid=CM2Stpr64KoCFQsh6wod906E7Q