GUI: Added new Freenect2 and StereoDC1394 source options.

This commit is contained in:
Mathieu Labbe
2015-04-06 00:28:04 -04:00
parent fee32c4e25
commit 04b35b2adf
22 changed files with 765 additions and 758 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ void DataRecorder::handleEvent(UEvent * event)
processingImages_ = true;
QMetaObject::invokeMethod(this, "showImage",
Q_ARG(cv::Mat, camEvent->data().image()),
Q_ARG(cv::Mat, camEvent->data().depth()));
Q_ARG(cv::Mat, camEvent->data().depthOrRightImage()));
}
}
}