various bug fixes around free trigger mode, display strings and image pipe robustness

This commit is contained in:
2021-06-18 16:52:39 +02:00
parent 86ec50575b
commit d5af9adec9
12 changed files with 85 additions and 25 deletions

View File

@ -63,7 +63,7 @@ void MainWindow::openImage()
if(matf.isOpened() && (!image.data || image.type() != CV_32FC1))
{
image.release();
QMessageBox::warning(this, "Invalid file", "File selected dose not contain a valid lightmap");
QMessageBox::warning(this, "Invalid file", "File selected dose not contain a valid image");
}
else if(!image.data)
{