change stiching method

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

View File

@ -42,7 +42,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>278</width>
<width>182</width>
<height>483</height>
</rect>
</property>
@ -74,8 +74,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>467</width>
<height>313</height>
<width>563</width>
<height>282</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
@ -152,6 +152,9 @@
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QPushButton" name="pushButtonCapture">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Capture</string>
</property>
@ -180,6 +183,36 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="topMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label_temp">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Mean camera temperature [℃]</string>
</property>
</widget>
</item>
<item>
<widget class="QLCDNumber" name="lcdNumber_temp">
<property name="enabled">
<bool>true</bool>
</property>
<property name="value" stdset="0">
<double>0.000000000000000</double>
</property>
<property name="intValue" stdset="0">
<number>0</number>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>