Site updated at 2016-10-01 20:44:25 UTC
This commit is contained in:
parent
b856ee7dd6
commit
0057216ed8
23 changed files with 42 additions and 37 deletions
|
@ -101,11 +101,16 @@ If you want use a video stream. You need setup the <a href="/components/ffmpeg">
|
|||
|
||||
<p>If you don’t found binarys for you distribution you can compile from source. A documention how to build a openalpr is found <a href="https://github.com/openalpr/openalpr/wiki">here</a>.</p>
|
||||
|
||||
<p>On a debian system you can use this cmake command to build only the command line tool:</p>
|
||||
<p>On a debian system you can use this cmake command to build only the command line tool (which second part on linux build instruction - ubuntu 14.04+):</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>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
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Verify your alpr installation with:</p>
|
||||
<div class="highlighter-rouge"><pre class="highlight"><code>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>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue