change stiching method

add camera temperature readout
This commit is contained in:
uvos 2021-07-05 11:27:38 +02:00
parent ea3b870c0a
commit 48a04fdf79
10 changed files with 128 additions and 24 deletions

View file

@ -36,6 +36,8 @@ public slots:
bool setProfile(const QString& profileName);
QString getProfileName();
void statusMsg(QString msg);
void enableCapture(bool capture);
void setTemperature(double temp);
public:
MainWindow(QWidget *parent = nullptr);