You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/image_processing.openalpr_cloud.markdown
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: page
3
-
title: "OpenAlpr Cloud"
4
-
description: "Instructions how to integrate licences plates with OpenAlpr cloud into Home Assistant."
3
+
title: "OpenALPR Cloud"
4
+
description: "Instructions how to integrate licences plates with OpenALPR cloud into Home Assistant."
5
5
date: 2017-01-09 00:00
6
6
sidebar: true
7
7
comments: false
@@ -13,7 +13,7 @@ featured: false
13
13
ha_release: 0.36
14
14
---
15
15
16
-
[OpenAlpr](http://www.openalpr.com/) integration for Home Assistant allows you to process licences plates from a camera. You can use them to open a garage door or trigger any other [automation](https://home-assistant.io/components/automation/).
16
+
[OpenALPR](http://www.openalpr.com/) integration for Home Assistant allows you to process licences plates from a camera. You can use them to open a garage door or trigger any other [automation](https://home-assistant.io/components/automation/).
17
17
18
18
### {% linkable_title Configuration Home Assistant %}
19
19
@@ -27,9 +27,9 @@ image_processing:
27
27
```
28
28
Configuration variables:
29
29
30
-
- **region** (*Required*): Country or region. List of Supported [value](https://github.com/openalpr/openalpr/tree/master/runtime_data/config).
31
-
- **alpr_bin** (*Optional*): Default `alpr`. The command line tool alpr from OpenAlpr software for local processing.
32
-
- **confidence** (*Optional*): Default 80. The minimum of confidence in percent to process with Home-Assistant.
33
-
- **source** (*Required*):
34
-
- **entities** (*Required*): A list of device to add in Home-Assistant.
35
-
- **name** (*Optional*): This parameter allows you to override the name of your openalpr entity.
30
+
- **region** (*Required*): Country or region. List of supported [values](https://github.com/openalpr/openalpr/tree/master/runtime_data/config).
31
+
- **alpr_bin** (*Optional*): The command line tool alpr from OpenALPR software for local processing. Defaults to `alpr`.
32
+
- **confidence** (*Optional*): The minimum of confidence in percent to process with HomeAssistant. Defaults to 80.
33
+
- **source** array (*Required*): List of image sources.
34
+
- **entities** (*Required*): A list of devices to add in HomeAssistant.
35
+
- **name** (*Optional*): This parameter allows you to override the name of your OpenALPR entity.
description: "Instructions how to integrate licences plates with OpenAlpr local into Home Assistant."
3
+
title: "OpenALPR Local"
4
+
description: "Instructions how to integrate licences plates with OpenALPR local into Home Assistant."
5
5
date: 2017-01-09 00:00
6
6
sidebar: true
7
7
comments: false
@@ -13,22 +13,24 @@ featured: false
13
13
ha_release: 0.36
14
14
---
15
15
16
-
[OpenAlpr](http://www.openalpr.com/) integration for Home Assistant allows you to process licences plates from a camera. You can use them to open a garage door or trigger any other [automation](https://home-assistant.io/components/automation/).
16
+
[OpenALPR](http://www.openalpr.com/) integration for Home Assistant allows you to process licences plates from a camera. You can use them to open a garage door or trigger any other [automation](https://home-assistant.io/components/automation/).
17
17
18
18
### {% linkable_title Local installation %}
19
19
20
-
If you want process all data local you need the command line tool `alpr`in version > 2.3.1
20
+
If you want process all data locally, you need version 2.3.1 or higher of the `alpr`commandline tool.
21
21
22
22
If you don't find binaries for your distribution you can compile from source. Documention of how to build openalpr is found [here](https://github.com/openalpr/openalpr/wiki).
23
23
24
-
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+):
24
+
On a Debian system you can use this `cmake` command to build only the command line tool:
Copy file name to clipboardExpand all lines: source/_components/openalpr.markdown
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,17 @@ If you want use a video stream. You need setup the [ffmpeg](/components/ffmpeg)
22
22
23
23
### {% linkable_title Local installation %}
24
24
25
-
If you want process all data local you need the commandline tool `alpr`in version > 2.3.1
25
+
If you want process all data locally, you need version 2.3.1 or higher of the `alpr`commandline tool.
26
26
27
27
If you don't find binaries for your distribution you can compile from source. Documention of how to build OpenALPR is found [here](https://github.com/openalpr/openalpr/wiki).
28
28
29
-
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+):
29
+
On a Debian system you can use this `cmake` command to build only the command line tool:
0 commit comments