タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

arに関するYudoufuのブックマーク (2)

  • GitHub - zac/iphonearkit: An Objective-C augmented reality kit for iPhone.

    iPhone ARKit is a small set of class that can give you augmented reality in any iPhone application. The kind of augmented reality that ARKit caters to is overlay of information (usually geographic) over a camera view. The background camera view acts as a "window" onto the world around you. iPhone ARKit's APIs are modeled after MapKit's. For an overview of MapKit, please read the documentation for

    GitHub - zac/iphonearkit: An Objective-C augmented reality kit for iPhone.
  • iPhone ARは第2章へ突入 | akalogue

    iPhoneの内蔵カメラの扱いは紆余曲折あって、多くのデベロッパーが苦労(というか快楽?)しています。しかし、先日大きな動きがあったので、これまでの経緯を含めてまとめておこうと思います。 第0章 iPhone OS 2.0からiPhone OS 3.0までの公式SDKでのAPIとしては、ユーザが写真を撮るためのユーザ・インターフェースを表示し、撮影した後の画像を取得できる機能が提供されていました。これらのAPIだけではアプリケーション側からカメラの画像がリアルタイムに取得できず、ライブ・ビューに他の画像などを重ねることもできません。いずれもAR的手法を実現する上で欠かせない機能なんですけどね。 ただし、非公式には存在しているAPIが結構沢山あって、柔軟なObjective-CとCocoa Touchの特性故に、実際に利用することもできます。このようなハック的手法で、公式にはできないようなカ

  • 1