Dec 01, 2010
[Kinect] ofxKinect で Kinect の開発環境を用意する
Xcode に Kinect の開発環境を用意してみた。
ofxKinect という OpenFrameworks と OpenKinect を組み込み済みのプロジェクトテンプレートが公開されているのでそれを Xcode から読み込んだだけ。
- ofTheo's ofxKinect at master - GItHub
- https://github.com/ofTheo/ofxKinect
- openFrameworks
- http://www.openframeworks.cc/
以下、作業メモ。
ofxKinect の準備
$ git clone https://github.com/ofTheo/ofxKinect.git $ git clone https://github.com/openframeworks/openFrameworks.git $ cp -r ./ofxKinect ./openFrameworks/xcode\ templates/Project\ Templates/
ofxKinect デモアプリケーションの起動
./openFrameworks/xcode templates/Project Templates/ofxKinect/ofxKinect.xcodeproj を実行し Xcode を起動する。
![[Xcode]](/blog/entries/Kinect/20101201_01/ofxkinect_01.png)
Xcode が起動したらビルドと実行を行う。例によって右上はボカシ済み。
![[Demo]](/blog/entries/Kinect/20101201_01/ofxkinect_02.png)



