mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-11 05:56:57 +03:00
Update WebUI
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="width: fit-content">
|
||||
<html lang="en" xml:lang="en">
|
||||
<head>
|
||||
<link rel="icon" href="favicon.ico?v=$COMMIT_HASH" type="image/x-icon">
|
||||
<title>AI on the edge</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8" />
|
||||
|
||||
<style>
|
||||
h1 {font-size: 2em; margin-block-end: 0.3em;}
|
||||
@@ -19,7 +17,7 @@ p {font-size: 1em;}
|
||||
|
||||
<body style="font-family: arial">
|
||||
|
||||
<h2>Welcome to the Setup of the Digitizer</h2>
|
||||
<h2>Welcome to the setup of the AI-on-the-edge-device</h2>
|
||||
|
||||
|
||||
<p>
|
||||
@@ -27,41 +25,48 @@ p {font-size: 1em;}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
This is the first time you started the digitizer after the initial installation. You have been automatically routed to the <b>initial setup procedure</b>.
|
||||
Here you adjust the settings for your meter within five steps. In the final step the inital setup will be disabled and it will restart to the normal mode.
|
||||
All settings will also be accessible there. See <a href=https://jomjol.github.io/AI-on-the-edge-device-docs/initial-setup target=_blank>
|
||||
https://jomjol.github.io/AI-on-the-edge-device-docs/initial-setup</a> for additional explanations.</p>
|
||||
This is the first time you started the device after the initial installation. You have been automatically routed to the <b>initial setup procedure</b>.
|
||||
With the prodecure the basic setup of your device within seven steps will be performed. After completion of all steps the setup mode will be completed
|
||||
and the device restarts automatically to the regular web interface.<br>
|
||||
Note: All settings of the initial setup will be also accessible using regular web interface.
|
||||
See documentation: <a href=https://jomjol.github.io/AI-on-the-edge-device-docs/initial-setup target=_blank>Initial setup procedure</a> for additional explanations.</p>
|
||||
</p>
|
||||
<p>You can navigate forward and backward during the setup with the buttons "Next" and "Previous".<br><br>
|
||||
<span color=red>Do not forget to save in each step before heading to another step!</span><br>
|
||||
<p> You can navigate forward and backward during the setup with the buttons "Next Step" and "Previous Step".<br>
|
||||
With the button "Abort Setup" the setup will be skipped and abort screen will be presented.<br>
|
||||
To restart the setup process, push the button "Restart Setup".
|
||||
</p>
|
||||
<p>
|
||||
This is an overview over the five steps:
|
||||
This is an overview over the seven steps:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<ol>
|
||||
<li><p>Create the <b>Reference Image</b>.<br>
|
||||
<li><p>Adjust <b>lens focus</b> and check for <b>reflections of flashlight</b>.<br>
|
||||
Ensure you camera lens has proper focus to object and flashlight do not create any distoring reflections.</p></li>
|
||||
<li><p>Create the <b>reference image</b>.<br>
|
||||
It is the base for the position referencing and the identification of the digits and counters.</p></li>
|
||||
<li><p>Define two unique <b>Reference Marks</b>.<br>
|
||||
They is used to align the individual camera images and identify the absolut positions.</p></li>
|
||||
<li></p>Define <b>ROI's</b> for the <b>Digits</b>.<br>
|
||||
<li><p>Define two unique <b>alignment marker</b>.<br>
|
||||
They are used to perform an orientation alignment of the taken camera images before further processing</p></li>
|
||||
<li></p>Define <b>ROI's</b> for the <b>digits</b>.<br>
|
||||
They will be used to digitize the digit part of your meter.<br>
|
||||
If your meter has no digits, this step can be skipped.</p></li>
|
||||
<li>Define <b>ROI's</b>> for the <b>Analog Counters</b>.<br>
|
||||
NOTE: If your meter has no digits, this step can be skipped.</p></li>
|
||||
<li>Define <b>ROI's</b> for the <b>analog counters</b>.<br>
|
||||
They will be used to digitize the analog part of your meter.<br>
|
||||
If your meter has no analog counters, this step can be skipped.</p></li>
|
||||
<li><p><b>General Settings</b><br>
|
||||
Further configuration of your device.</p></li>
|
||||
NOTE: If your meter has no analog counters, this step can be skipped.</p></li>
|
||||
<li><p><b>Additional configuration:</b> List of all parameters<br>
|
||||
Further configuration of your device can be done here.<br>
|
||||
NOTE: This can also be performed later with regular web interface, e.g. to setup any publishing service like MQTT</p>
|
||||
</li>
|
||||
<li><p><b>Setup Completion:</b> End/Abort setup mode<br>
|
||||
In the final step the setup mode needs to be properly terminated by pushing the button in this page.<br>
|
||||
NOTE: This is important, otherwise the setup mode is recalled again after reboot.</p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<p>Please be patient when switching to another step. The device takes some time to load all needed information!</p>
|
||||
|
||||
<p>After step 5 the setup is completed, you then can reboot and starts into the normal operation mode.</p>
|
||||
|
||||
<p>If you need support, have a look to the <a href=https://jomjol.github.io/AI-on-the-edge-device-docs target=_blank>documentation</a> or the <a href=https://github.com/jomjol/AI-on-the-edge-device/discussions target=_blank>discussion</a> pages.</p>
|
||||
|
||||
<p><b>Have fun with your digitizer!</b></p>
|
||||
<p><b>Have fun with your AI-on-the-edge-device!</b></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user