Browse Source

Moved 6 Reference Impage Parameters from expert to normal level

CaCO3 2 năm trước cách đây
mục cha
commit
92d45c7971

+ 0 - 6
param-docs/expert-params.txt

@@ -2,16 +2,10 @@ demo
 WaitBeforeTakingPicture
 WaitBeforeTakingPicture
 ImageQuality
 ImageQuality
 ImageSize
 ImageSize
-LEDIntensity
-Brightness
-Contrast
-Saturation
 FixedExposure
 FixedExposure
 SearchFieldX
 SearchFieldX
 SearchFieldY
 SearchFieldY
 AlignmentAlgo
 AlignmentAlgo
-InitialMirror
-FlipImageSize
 CNNGoodThreshold
 CNNGoodThreshold
 PreValueAgeStartup
 PreValueAgeStartup
 ErrorMessage
 ErrorMessage

+ 0 - 3
param-docs/parameter-pages/Alignment/FlipImageSize.md

@@ -1,8 +1,5 @@
 # Parameter `FlipImageSize`
 # Parameter `FlipImageSize`
 Default Value: `false`
 Default Value: `false`
-
-!!! Warning
-    This is an **Expert Parameter**! Only change it if you understand what it does!
     
     
 !!! Note
 !!! Note
     This parameter can also be set on the Reference Image configuration.
     This parameter can also be set on the Reference Image configuration.

+ 0 - 3
param-docs/parameter-pages/Alignment/InitialMirror.md

@@ -1,8 +1,5 @@
 # Parameter `InitialMirror`
 # Parameter `InitialMirror`
 Default Value: `false`
 Default Value: `false`
-
-!!! Warning
-    This is an **Expert Parameter**! Only change it if you understand what it does!
     
     
 !!! Note
 !!! Note
     This parameter can also be set on the Reference Image configuration.
     This parameter can also be set on the Reference Image configuration.

+ 0 - 3
param-docs/parameter-pages/TakeImage/Brightness.md

@@ -1,8 +1,5 @@
 # Parameter `Brightness`
 # Parameter `Brightness`
 Default Value: `0`
 Default Value: `0`
-
-!!! Warning
-    This is an **Expert Parameter**! Only change it if you understand what it does!
       
       
 !!! Note
 !!! Note
     This parameter can also be set on the Reference Image configuration.
     This parameter can also be set on the Reference Image configuration.

+ 0 - 3
param-docs/parameter-pages/TakeImage/Contrast.md

@@ -1,9 +1,6 @@
 # Parameter `Contrast`
 # Parameter `Contrast`
 Default Value: `0`
 Default Value: `0`
 
 
-!!! Warning
-    This is an **Expert Parameter**! Only change it if you understand what it does!
-
 !!! Note
 !!! Note
     This parameter can also be set on the Reference Image configuration.
     This parameter can also be set on the Reference Image configuration.
 
 

+ 1 - 2
param-docs/parameter-pages/TakeImage/LEDIntensity.md

@@ -1,8 +1,7 @@
 # Parameter `LEDIntensity`
 # Parameter `LEDIntensity`
 Default Value: `50`
 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.
     This parameter can also be set on the Reference Image configuration.
 
 
 Set the Flash LED Intensity: (`0` .. `100`)
 Set the Flash LED Intensity: (`0` .. `100`)

+ 0 - 3
param-docs/parameter-pages/TakeImage/Saturation.md

@@ -1,9 +1,6 @@
 # Parameter `Saturation`
 # Parameter `Saturation`
 Default Value: `0`
 Default Value: `0`
 
 
-!!! Warning
-    This is an **Expert Parameter**! Only change it if you understand what it does!
-
 !!! Note
 !!! Note
     This parameter can also be set on the Reference Image configuration.
     This parameter can also be set on the Reference Image configuration.
 
 

+ 7 - 7
sd-card/html/edit_config_param_template.html

@@ -277,7 +277,7 @@
 			<td>$TOOLTIP_TakeImage_WaitBeforeTakingPicture</td>
 			<td>$TOOLTIP_TakeImage_WaitBeforeTakingPicture</td>
 		</tr>
 		</tr>
 
 
-		<tr class="expert" unused_id="Brightness_ex3">
+		<tr class="" unused_id="Brightness_ex3">
 			<td class="indent1">
 			<td class="indent1">
 				<class id="TakeImage_Brightness_text" style="color:black;">Brightness</class>
 				<class id="TakeImage_Brightness_text" style="color:black;">Brightness</class>
 			</td>
 			</td>
@@ -289,7 +289,7 @@
 			<td>$TOOLTIP_TakeImage_Brightness</td>
 			<td>$TOOLTIP_TakeImage_Brightness</td>
 		</tr>
 		</tr>
 
 
-		<tr class="expert" unused_id="Contrast_ex3">
+		<tr class="" unused_id="Contrast_ex3">
 			<td class="indent1">
 			<td class="indent1">
 				<class id="TakeImage_Contrast_text" style="color:black;">Contrast</class>
 				<class id="TakeImage_Contrast_text" style="color:black;">Contrast</class>
 			</td>
 			</td>
@@ -301,7 +301,7 @@
 			<td>$TOOLTIP_TakeImage_Contrast</td>
 			<td>$TOOLTIP_TakeImage_Contrast</td>
 		</tr>
 		</tr>
 
 
-		<tr class="expert" unused_id="Saturation_ex3">
+		<tr class="" unused_id="Saturation_ex3">
 			<td class="indent1">
 			<td class="indent1">
 				<class id="TakeImage_Saturation_text" style="color:black;">Saturation</class>
 				<class id="TakeImage_Saturation_text" style="color:black;">Saturation</class>
 			</td>
 			</td>
@@ -325,7 +325,7 @@
 			<td>$TOOLTIP_TakeImage_Sharpness</td>
 			<td>$TOOLTIP_TakeImage_Sharpness</td>
 		</tr>
 		</tr>
 
 
-		<tr class="expert" unused_id="LEDIntensity_ex3">
+		<tr class="" unused_id="LEDIntensity_ex3">
 			<td class="indent1">
 			<td class="indent1">
 				<class id="TakeImage_LEDIntensity_text" style="color:black;">LED Intensity</class>
 				<class id="TakeImage_LEDIntensity_text" style="color:black;">LED Intensity</class>
 			</td>
 			</td>
@@ -477,7 +477,7 @@
 		</tr>
 		</tr>
 
 
 		<!------------- Alignment ------------------>
 		<!------------- 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>
 			<td colspan="3" style="padding-left: 0px; padding-bottom: 3px;"><h4>Alignment</h4></td>
 		</tr>
 		</tr>
 
 
@@ -519,7 +519,7 @@
 			<td>$TOOLTIP_Alignment_AlignmentAlgo</td>
 			<td>$TOOLTIP_Alignment_AlignmentAlgo</td>
 		</tr>
 		</tr>
 
 
-		<tr class="expert" unused_id="ex13">
+		<tr class="" unused_id="ex13">
 			<td class="indent1">
 			<td class="indent1">
 			    <class id="Alignment_FlipImageSize_text" style="color:black;">Flip Image Size</class>
 			    <class id="Alignment_FlipImageSize_text" style="color:black;">Flip Image Size</class>
 			</td>
 			</td>
@@ -532,7 +532,7 @@
 			<td>$TOOLTIP_Alignment_FlipImageSize</td>
 			<td>$TOOLTIP_Alignment_FlipImageSize</td>
 		</tr>
 		</tr>
 
 
-		<tr class="expert" unused_id="ex13">
+		<tr class="" unused_id="ex13">
 			<td class="indent1">
 			<td class="indent1">
 			    <class id="Alignment_InitialMirror_text" style="color:black;">Initial Mirror</class>
 			    <class id="Alignment_InitialMirror_text" style="color:black;">Initial Mirror</class>
 			</td>
 			</td>