コード例 #1
0
ファイル: main.cpp プロジェクト: Abhayshar/SharingFaces
	void exit() {
		imageSaver.exit();
		tracker.stopThread();
#ifdef INSTALL
		cam.close();
#endif
	}
コード例 #2
0
ファイル: main.cpp プロジェクト: HalfdanJ/ofxBlackmagic
	void exit() {
		cam.close();
	}