Deployed 7c38213 with MkDocs version: 1.4.2

This commit is contained in:
github-actions[bot]
2023-02-03 19:36:11 +00:00
parent 87dc03453b
commit 5b63831461
41 changed files with 272 additions and 270 deletions

View File

@@ -90,7 +90,7 @@
</li>
<li class="toctree-l1"><a class="reference internal" href="../Configuration/">Configuration</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../Watermeter-specific-analog---digital-transition/">Analog/Digital Transition on Watermeters</a>
<li class="toctree-l1"><a class="reference internal" href="../Watermeter-specific-analog---digital-transition/">Analog/Digital Transition on Water Meters</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../collect-new-images/">Collect images to improve the models</a>
</li>
@@ -113,7 +113,7 @@
</li>
<li class="toctree-l1 current"><a class="reference internal current" href="./">Demo Mode</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#sd-card-structure">SD-Card Structure</a>
<li class="toctree-l2"><a class="reference internal" href="#sd-card-structure">SD Card Structure</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#recording">Recording</a>
</li>
@@ -121,7 +121,7 @@
</li>
<li class="toctree-l2"><a class="reference internal" href="#how-does-it-work">How does it work</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#example-data-of-a-watermeter">Example Data of a Watermeter</a>
<li class="toctree-l2"><a class="reference internal" href="#example-data-of-a-water-meter">Example Data of a Water Meter</a>
<ul>
<li class="toctree-l3"><a class="reference internal" href="#animation">Animation</a>
</li>
@@ -160,12 +160,12 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="../outdated--Integrated-Functions/">Integrated Functions</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../outdated--Gasmeter-Log-Downloader/">Gasmeter Log-Downloader</a>
<li class="toctree-l1"><a class="reference internal" href="../outdated--Gasmeter-Log-Downloader/">Gas Meter Log Downloader</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../outdated--Migrate-Old-Config-To-New-Config/">Migration from water-meter „old“ to water-meter “AI-on-the-edge-device”</a>
</li>
</ul>
<p class="caption"><span class="caption-text">Asorted Pages</span></p>
<p class="caption"><span class="caption-text">Assorted Pages</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../Graphical-Configuration/">Graphical Configuration</a>
</li>
@@ -197,11 +197,11 @@
<h1 id="demo-mode">Demo Mode</h1>
<p>For Demo and Testing Purpose, the device can use pre-recorded images.</p>
<p>You need to enable it in the configuration (<code>TakeImage &gt; Demo</code>) and also provide the needed files on the SD-Card.</p>
<p>You need to enable it in the configuration (<code>TakeImage &gt; Demo</code>) and also provide the needed files on the SD card.</p>
<p>For each round one image gets used, starting with the first image for the first round.</p>
<p>For the reference image and the alignment also the first image gets used.</p>
<p>Once the last image got reached, it starts again with the first one.</p>
<h2 id="sd-card-structure">SD-Card Structure</h2>
<h2 id="sd-card-structure">SD Card Structure</h2>
<pre><code>demo/
├── 520.8983.jpg
├── 520.9086.jpg
@@ -252,8 +252,8 @@ done
<h2 id="installation">Installation</h2>
<p>Just install the zip file using the OTA Update functionality.</p>
<h2 id="how-does-it-work">How does it work</h2>
<p>The Demo Mode tries to interfere as less as possible with the normal behavior. Whenever a Cam Framebuffer gets taken (<code>esp_camera_fb_get()</code>), it replaces the framebuffer with the image from the SD-Card.</p>
<h2 id="example-data-of-a-watermeter">Example Data of a Watermeter</h2>
<p>The Demo Mode tries to interfere as less as possible with the normal behavior. Whenever a Cam framebuffer gets taken (<code>esp_camera_fb_get()</code>), it replaces the framebuffer with the image from the SD card.</p>
<h2 id="example-data-of-a-water-meter">Example Data of a Water Meter</h2>
<p>You can use the following demo images if you want:</p>
<p><img alt="530 00688" src="https://user-images.githubusercontent.com/1783586/211902363-1b8e4115-5f08-4e25-ace6-bb52e43b3741.jpg" style="width:200px" /></p>
<p>It covers a meter range from <code>530.00688</code> to <code>531.85882</code>.</p>