2014-06-01から1ヶ月間の記事一覧

ofxkinect Exampleメモ(1)

void testApp::setup() { ofSetLogLevel(OF_LOG_VERBOSE); // enable depth->video image calibration kinect.setRegistration(true); //kinect初期化 kinect.init(); //kinect.init(true); // shows infrared instead of RGB video image //代わりにRGB映像…