mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
Moved 6 Reference Impage Parameters from expert to normal level
This commit is contained in:
@@ -2,16 +2,10 @@ demo
|
||||
WaitBeforeTakingPicture
|
||||
ImageQuality
|
||||
ImageSize
|
||||
LEDIntensity
|
||||
Brightness
|
||||
Contrast
|
||||
Saturation
|
||||
FixedExposure
|
||||
SearchFieldX
|
||||
SearchFieldY
|
||||
AlignmentAlgo
|
||||
InitialMirror
|
||||
FlipImageSize
|
||||
CNNGoodThreshold
|
||||
PreValueAgeStartup
|
||||
ErrorMessage
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
# Parameter `FlipImageSize`
|
||||
Default Value: `false`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
# Parameter `InitialMirror`
|
||||
Default Value: `false`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
# Parameter `Brightness`
|
||||
Default Value: `0`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
# Parameter `Contrast`
|
||||
Default Value: `0`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
# Parameter `LEDIntensity`
|
||||
Default Value: `50`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
Set the Flash LED Intensity: (`0` .. `100`)
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
# Parameter `Saturation`
|
||||
Default Value: `0`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
|
||||
@@ -277,7 +277,7 @@
|
||||
<td>$TOOLTIP_TakeImage_WaitBeforeTakingPicture</td>
|
||||
</tr>
|
||||
|
||||
<tr class="expert" unused_id="Brightness_ex3">
|
||||
<tr class="" unused_id="Brightness_ex3">
|
||||
<td class="indent1">
|
||||
<class id="TakeImage_Brightness_text" style="color:black;">Brightness</class>
|
||||
</td>
|
||||
@@ -289,7 +289,7 @@
|
||||
<td>$TOOLTIP_TakeImage_Brightness</td>
|
||||
</tr>
|
||||
|
||||
<tr class="expert" unused_id="Contrast_ex3">
|
||||
<tr class="" unused_id="Contrast_ex3">
|
||||
<td class="indent1">
|
||||
<class id="TakeImage_Contrast_text" style="color:black;">Contrast</class>
|
||||
</td>
|
||||
@@ -301,7 +301,7 @@
|
||||
<td>$TOOLTIP_TakeImage_Contrast</td>
|
||||
</tr>
|
||||
|
||||
<tr class="expert" unused_id="Saturation_ex3">
|
||||
<tr class="" unused_id="Saturation_ex3">
|
||||
<td class="indent1">
|
||||
<class id="TakeImage_Saturation_text" style="color:black;">Saturation</class>
|
||||
</td>
|
||||
@@ -325,7 +325,7 @@
|
||||
<td>$TOOLTIP_TakeImage_Sharpness</td>
|
||||
</tr>
|
||||
|
||||
<tr class="expert" unused_id="LEDIntensity_ex3">
|
||||
<tr class="" unused_id="LEDIntensity_ex3">
|
||||
<td class="indent1">
|
||||
<class id="TakeImage_LEDIntensity_text" style="color:black;">LED Intensity</class>
|
||||
</td>
|
||||
@@ -477,7 +477,7 @@
|
||||
</tr>
|
||||
|
||||
<!------------- Alignment ------------------>
|
||||
<tr class="expert" style="border-bottom: 2px solid lightgray;" id="ex4">
|
||||
<tr class="" style="border-bottom: 2px solid lightgray;" id="ex4">
|
||||
<td colspan="3" style="padding-left: 0px; padding-bottom: 3px;"><h4>Alignment</h4></td>
|
||||
</tr>
|
||||
|
||||
@@ -519,7 +519,7 @@
|
||||
<td>$TOOLTIP_Alignment_AlignmentAlgo</td>
|
||||
</tr>
|
||||
|
||||
<tr class="expert" unused_id="ex13">
|
||||
<tr class="" unused_id="ex13">
|
||||
<td class="indent1">
|
||||
<class id="Alignment_FlipImageSize_text" style="color:black;">Flip Image Size</class>
|
||||
</td>
|
||||
@@ -532,7 +532,7 @@
|
||||
<td>$TOOLTIP_Alignment_FlipImageSize</td>
|
||||
</tr>
|
||||
|
||||
<tr class="expert" unused_id="ex13">
|
||||
<tr class="" unused_id="ex13">
|
||||
<td class="indent1">
|
||||
<class id="Alignment_InitialMirror_text" style="color:black;">Initial Mirror</class>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user