コード例 #1
0
ファイル: ofxKinect.cpp プロジェクト: AsmaM/openFrameworks
//--------------------------------------------------------------------
bool ofxKinect::isFrameNew() {
	return isFrameNewVideo() || isFrameNewDepth();
}
コード例 #2
0
/// is the current frame new?
bool ofxKinectCommonBridge::isFrameNew(){
	return isFrameNewVideo() || isFrameNewDepth();
}
コード例 #3
0
/// is the current frame new?
bool p5KinectV2::isFrameNew()
{
	return isFrameNewVideo() || isFrameNewDepth();
}