Site updated at 2017-05-19 01:17:20 UTC

This commit is contained in:
Travis CI 2017-05-19 01:17:20 +00:00
parent eeef039853
commit 4464ad280b
27 changed files with 44 additions and 43 deletions

View file

@ -70,13 +70,15 @@
<p>For using inside automation look on <a href="/components/image_processing">component</a> page.</p>
<h3><a class="title-link" name="local-installation" href="#local-installation"></a> Local installation</h3>
<p>If you want process all data locally, you need version 2.3.1 or higher of the <code class="highlighter-rouge">alpr</code> commandline tool.</p>
<p>If you dont find binaries for your distribution you can compile from source. Documention of how to build openalpr is found <a href="https://github.com/openalpr/openalpr/wiki">here</a>.</p>
<p>If you dont find binaries for your distribution you can compile from source. Documention of how to build OpenALPR is found <a href="https://github.com/openalpr/openalpr/wiki">here</a>.</p>
<p>On a Debian system you can use this <code class="highlighter-rouge">cmake</code> command to build only the command line tool:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>cmake -DWITH_TEST<span class="o">=</span>FALSE -DWITH_BINDING_JAVA<span class="o">=</span>FALSE --DWITH_BINDING_PYTHON<span class="o">=</span>FALSE --DWITH_BINDING_GO<span class="o">=</span>FALSE -DWITH_DAEMON<span class="o">=</span>FALSE -DCMAKE_INSTALL_PREFIX:PATH<span class="o">=</span>/usr ..
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>cmake -DWITH_TEST<span class="o">=</span>FALSE -DWITH_BINDING_JAVA<span class="o">=</span>FALSE --DWITH_BINDING_PYTHON<span class="o">=</span>FALSE <span class="se">\</span>
--DWITH_BINDING_GO<span class="o">=</span>FALSE -DWITH_DAEMON<span class="o">=</span>FALSE -DCMAKE_INSTALL_PREFIX:PATH<span class="o">=</span>/usr ..
</code></pre>
</div>
<p>For other operating system please refer to the <a href="https://github.com/openalpr/openalpr/wiki">OpenALPR wiki</a>.</p>
<p>Verify your <code class="highlighter-rouge">alpr</code> installation with:</p>
<div class="highlighter-rouge"><pre class="highlight"><code>$ wget -O- -q http://plates.openalpr.com/h786poj.jpg | alpr -
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>wget -O- -q http://plates.openalpr.com/h786poj.jpg | alpr -
</code></pre>
</div>
<h3><a class="title-link" name="configuration-home-assistant" href="#configuration-home-assistant"></a> Configuration Home Assistant</h3>

View file

@ -78,7 +78,7 @@
<p>Configuration variables:</p>
<ul>
<li><strong>name</strong> (<em>Optional</em>): Setting the optional parameter <code class="highlighter-rouge">name</code> allows multiple notifiers to be created. The default value is <code class="highlighter-rouge">notify</code>. The notifier will bind to the service <code class="highlighter-rouge">notify.NOTIFIER_NAME</code>.</li>
<li><strong>filename</strong> (<em>Required</em>): Name of the file to use. The file will be created if it doesnt exist and saved in your <code class="highlighter-rouge">config/</code> folder.</li>
<li><strong>filename</strong> (<em>Required</em>): Name of the file to use. The file will be created if it doesnt exist and saved in your <a href="/docs/configuration/">configuration</a> folder.</li>
<li><strong>timestamp</strong> (<em>Optional</em>): Setting <code class="highlighter-rouge">timestamp</code> to <code class="highlighter-rouge">True</code> adds a timestamp to every entry.</li>
</ul>
<p>To use notifications, please see the <a href="/getting-started/automation/">getting started with automation page</a>.</p>

View file

@ -71,7 +71,6 @@
<h3><a class="title-link" name="configuration" href="#configuration"></a> Configuration</h3>
<p>To setup OpenCV with Home Assistant, add the following section to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">opencv</span><span class="pi">:</span>
<span class="s">classifier_group</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">name</span><span class="pi">:</span> <span class="s">Family</span>