mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Update openalpr.markdown
This commit is contained in:
parent
6b81797fad
commit
2980a314e3
@ -26,11 +26,16 @@ If you want process all data local you need the command line tool `alpr` in vers
|
|||||||
|
|
||||||
If you don't found binarys for you distribution you can compile from source. A documention how to build a openalpr is found [here](https://github.com/openalpr/openalpr/wiki).
|
If you don't found binarys for you distribution you can compile from source. A documention how to build a openalpr is found [here](https://github.com/openalpr/openalpr/wiki).
|
||||||
|
|
||||||
On a debian system you can use this cmake command to build only the command line tool:
|
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+):
|
||||||
```bash
|
```bash
|
||||||
cmake -DWITH_TEST=FALSE -DWITH_BINDING_JAVA=FALSE --DWITH_BINDING_PYTHON=FALSE --DWITH_BINDING_GO=FALSE -DWITH_DAEMON=FALSE -DCMAKE_INSTALL_PREFIX:PATH=/usr
|
cmake -DWITH_TEST=FALSE -DWITH_BINDING_JAVA=FALSE --DWITH_BINDING_PYTHON=FALSE --DWITH_BINDING_GO=FALSE -DWITH_DAEMON=FALSE -DCMAKE_INSTALL_PREFIX:PATH=/usr
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Verify you alpr installation with:
|
||||||
|
```
|
||||||
|
wget -O- -q http://plates.openalpr.com/h786poj.jpg | alpr -
|
||||||
|
```
|
||||||
|
|
||||||
### {% linkable_title Configuration Home Assistant %}
|
### {% linkable_title Configuration Home Assistant %}
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user