Change lighting length to be based on when cameras report finished

Fix viewer handling when cammeras are available
This commit is contained in:
uvos
2021-07-19 11:12:23 +02:00
parent 65cdc7b78f
commit a9f263b22d
21 changed files with 67 additions and 36 deletions

0
src/ui/aboutdiag.cpp Executable file → Normal file
View File

0
src/ui/aboutdiag.h Executable file → Normal file
View File

0
src/ui/aboutdiag.ui Executable file → Normal file
View File

View File

@ -186,6 +186,7 @@ void CvImageViewer::convertImage(cv::Mat image)
void CvImageViewer::setImage(Camera::Image img)
{
origImage_=img.mat;
clamp_ = std::numeric_limits<double>::max();
qDebug()<<"viwer got"<<image_.rows<<'x'<<image_.cols<<" type "<<image_.type()<<"image from camera"<<img.cameraId;
convertImage(img.mat);
update();

0
src/ui/plot.cpp Executable file → Normal file
View File

0
src/ui/plot.h Executable file → Normal file
View File

0
src/ui/regressiondiag.cpp Executable file → Normal file
View File

0
src/ui/regressiondiag.h Executable file → Normal file
View File

0
src/ui/regressiondiag.ui Executable file → Normal file
View File

0
src/ui/statisticsdialog.cpp Executable file → Normal file
View File

0
src/ui/statisticsdialog.h Executable file → Normal file
View File

0
src/ui/statisticsdialog.ui Executable file → Normal file
View File