CameraMyntEye: added setIrControl()

This commit is contained in:
matlabbe
2020-05-31 12:17:14 -04:00
parent 415a2778f1
commit d5cfd8013d
4 changed files with 73 additions and 16 deletions

View File

@@ -63,7 +63,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<y>-696</y>
<width>680</width>
<height>3270</height>
</rect>
@@ -95,7 +95,7 @@
<enum>QFrame::Raised</enum>
</property>
<property name="currentIndex">
<number>14</number>
<number>5</number>
</property>
<widget class="QWidget" name="page_22">
<layout class="QVBoxLayout" name="verticalLayout_29" stretch="0,1">
@@ -5372,7 +5372,7 @@ when using the file type, logs are saved in LogRtabmap.txt (located in the worki
<item row="3" column="1">
<widget class="QLabel" name="label_595">
<property name="text">
<string>Image gain, valid if manual-exposure.</string>
<string>Image gain [0-48], valid if manual-exposure.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
@@ -5385,7 +5385,7 @@ when using the file type, logs are saved in LogRtabmap.txt (located in the worki
<item row="4" column="1">
<widget class="QLabel" name="label_596">
<property name="text">
<string>Image brightness, valid if manual-exposure.</string>
<string>Image brightness [0-240], valid if manual-exposure.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
@@ -5411,7 +5411,7 @@ when using the file type, logs are saved in LogRtabmap.txt (located in the worki
<item row="5" column="1">
<widget class="QLabel" name="label_597">
<property name="text">
<string>Image contrast, valid if manual-exposure.</string>
<string>Image contrast [0-254], valid if manual-exposure.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
@@ -5431,6 +5431,29 @@ when using the file type, logs are saved in LogRtabmap.txt (located in the worki
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLabel" name="label_599">
<property name="text">
<string>IR control [0-160]. 0 means that the IR pattern is not projected.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QSpinBox" name="spinBox_stereoMyntEye_irControl">
<property name="maximum">
<number>160</number>
</property>
<property name="value">
<number>116</number>
</property>
</widget>
</item>
</layout>
</widget>
</item>