mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 04:56:53 +03:00
The parameter "negative" is processed on the MCU
This commit is contained in:
@@ -272,11 +272,11 @@
|
|||||||
<td>$TOOLTIP_TakeImage_Saturation</td>
|
<td>$TOOLTIP_TakeImage_Saturation</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="expert">
|
<tr class="expert">
|
||||||
|
<td>
|
||||||
|
<label for="negative" id="labelnegative">Negative:</label></td>
|
||||||
<td>
|
<td>
|
||||||
<label for="grayscale" id="labelgrayscale">Grayscale: <b>*)</b></label></td>
|
<input type="checkbox" id="negative" name="negative" value="0" onchange="cameraParameterChangedDR()"></td>
|
||||||
<td>
|
<td>$TOOLTIP_TakeImage_Negative</td>
|
||||||
<input type="checkbox" id="grayscale" name="grayscale" value="0" onchange="cameraParameterChanged()"></td>
|
|
||||||
<td>$TOOLTIP_TakeImage_Grayscale</td>
|
|
||||||
<td>
|
<td>
|
||||||
<label for="aec2" id="labelaec2">Auto Exposure Control 2: <b>*)</b></label></td>
|
<label for="aec2" id="labelaec2">Auto Exposure Control 2: <b>*)</b></label></td>
|
||||||
<td>
|
<td>
|
||||||
@@ -285,10 +285,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="expert">
|
<tr class="expert">
|
||||||
<td>
|
<td>
|
||||||
<label for="negative" id="labelnegative">Negative: <b>*)</b></label></td>
|
<label for="grayscale" id="labelgrayscale">Grayscale: <b>*)</b></label></td>
|
||||||
<td>
|
<td>
|
||||||
<input type="checkbox" id="negative" name="negative" value="0" onchange="cameraParameterChangedDR()"></td>
|
<input type="checkbox" id="grayscale" name="grayscale" value="0" onchange="cameraParameterChanged()"></td>
|
||||||
<td>$TOOLTIP_TakeImage_Negative</td>
|
<td>$TOOLTIP_TakeImage_Grayscale</td>
|
||||||
<td>
|
<td>
|
||||||
<class id="TakeImage_AutoExposureLevel_text" style="color:black;">Auto Exposure Level: <b>*)</b></class>
|
<class id="TakeImage_AutoExposureLevel_text" style="color:black;">Auto Exposure Level: <b>*)</b></class>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user