Change lighting length to be based on when cameras report finished
Fix viewer handling when cammeras are available
This commit is contained in:
0
src/ui/aboutdiag.cpp
Executable file → Normal file
0
src/ui/aboutdiag.cpp
Executable file → Normal file
0
src/ui/aboutdiag.h
Executable file → Normal file
0
src/ui/aboutdiag.h
Executable file → Normal file
0
src/ui/aboutdiag.ui
Executable file → Normal file
0
src/ui/aboutdiag.ui
Executable file → Normal 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
0
src/ui/plot.cpp
Executable file → Normal file
0
src/ui/plot.h
Executable file → Normal file
0
src/ui/plot.h
Executable file → Normal file
0
src/ui/regressiondiag.cpp
Executable file → Normal file
0
src/ui/regressiondiag.cpp
Executable file → Normal file
0
src/ui/regressiondiag.h
Executable file → Normal file
0
src/ui/regressiondiag.h
Executable file → Normal file
0
src/ui/regressiondiag.ui
Executable file → Normal file
0
src/ui/regressiondiag.ui
Executable file → Normal file
0
src/ui/statisticsdialog.cpp
Executable file → Normal file
0
src/ui/statisticsdialog.cpp
Executable file → Normal file
0
src/ui/statisticsdialog.h
Executable file → Normal file
0
src/ui/statisticsdialog.h
Executable file → Normal file
0
src/ui/statisticsdialog.ui
Executable file → Normal file
0
src/ui/statisticsdialog.ui
Executable file → Normal file
Reference in New Issue
Block a user