Пример #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();
}