updated dataRecorder app to use all drivers, fixed OpenNI2 intermittent deadlock on end of *.oni reading

This commit is contained in:
matlabbe
2015-04-23 11:08:50 -04:00
parent c1e15c0f2f
commit 39dce825d6
3 changed files with 103 additions and 51 deletions

View File

@@ -102,12 +102,12 @@ void DataRecorder::closeRecorder()
{
delete memory_;
memory_ = 0;
UINFO("Data recorded to \"%s\".", this->path().toStdString().c_str());
}
memoryMutex_.unlock();
processingImages_ = false;
count_ = 0;
totalSizeKB_ = 0;
UINFO("Data recorded to \"%s\".", this->path().toStdString().c_str());
if(this->isVisible())
{
QMessageBox::information(this, tr("Data recorder"), tr("Data recorded to \"%1\".").arg(this->path()));