예제 #1
0
//--------------------------------------------------------------------
bool ofxKinect::isFrameNew() {
	return isFrameNewVideo() || isFrameNewDepth();
}
예제 #2
0
/// is the current frame new?
bool ofxKinectCommonBridge::isFrameNew(){
	return isFrameNewVideo() || isFrameNewDepth();
}
/// is the current frame new?
bool p5KinectV2::isFrameNew()
{
	return isFrameNewVideo() || isFrameNewDepth();
}