edit_explain_0.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE html>
  2. <html style="width: fit-content">
  3. <head>
  4. <link rel="icon" href="favicon.ico" type="image/x-icon">
  5. <title>jomjol - AI on the edge</title>
  6. <meta charset="utf-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <style>
  9. .h_iframe iframe {width:995px;height:605px;}
  10. .h_iframe {width:995px;height:605px;}
  11. h1 {font-size: 2em; margin-block-end: 0.3em;}
  12. h2 {font-size: 1.5em;margin-block-start: 0.3em;}
  13. h3 {font-size: 1.2em;}
  14. p {font-size: 1em;}
  15. </style>
  16. </head>
  17. <body style="font-family: arial">
  18. <h2>Welcome to the Setup of the Digitizer</h2>
  19. <p>
  20. <img src="flow_overview.jpg" alt=""><img src="cnn_images.jpg" alt="">
  21. </p>
  22. <p>
  23. 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>.
  24. Here you adjust the setting to your local counter within five steps. In the final step the inital setup will be disabled and it will restart to the normal mode.
  25. <br>
  26. <br>
  27. You can navigate forward and backward during the setup with the buttons "Next" and "Previous". Do not forget to save in each step.
  28. <br>
  29. </p>
  30. <p>
  31. This is an overview over the five steps:
  32. </p>
  33. <p>
  34. <ol>
  35. <li>Create reference image <br>
  36. Base for the position referencing and the identification of the digits and counters.</li>
  37. <li>Define two unique references <br>
  38. Used to align the individual camera shot and identify the absolut positions</li>
  39. <li>Define the digits <br>
  40. Digital digits to be recognized</li>
  41. <li>Define the analog counters <br>
  42. Analog counters to be identified</li>
  43. <li>General settings <br>
  44. Most settings can be used with default value at the beginning. MQTT connection can be specified here</li>
  45. </ol>
  46. <p>
  47. After step 5 you switch of the setup mode, reboot and start in normal mode!
  48. <h4>Have fun with the digitizer!</h4>
  49. </body>
  50. </html>