mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 04:26:58 +03:00
* allow longer file paths * updated web pages * updated the setup pages * . * Update server_file.cpp --------- Co-authored-by: CaCO3 <caco@ruinelli.ch>
68 lines
2.8 KiB
HTML
68 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html style="width: fit-content">
|
|
<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">
|
|
|
|
<style>
|
|
h1 {font-size: 2em; margin-block-end: 0.3em;}
|
|
h2 {font-size: 1.5em;margin-block-start: 0.3em;}
|
|
h3 {font-size: 1.2em;}
|
|
p {font-size: 1em;}
|
|
|
|
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body style="font-family: arial">
|
|
|
|
<h2>Welcome to the Setup of the Digitizer</h2>
|
|
|
|
|
|
<p>
|
|
<img src="flow_overview.jpg" alt=""><img src="cnn_images.jpg" alt="">
|
|
</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>
|
|
</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>
|
|
<p>
|
|
This is an overview over the five steps:
|
|
</p>
|
|
|
|
<p>
|
|
<ol>
|
|
<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>
|
|
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>
|
|
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>
|
|
</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>
|
|
|
|
</body>
|
|
</html>
|