mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Update dlib_face_identity image_processing component configuration (#7222)
This commit is contained in:
parent
17ad45b622
commit
f17c0f94b2
@ -30,13 +30,26 @@ image_processing:
|
|||||||
Bob: /home/hass/bob.jpg
|
Bob: /home/hass/bob.jpg
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
source:
|
||||||
- **source** array (*Required*): List of image sources.
|
description: List of image sources.
|
||||||
- **entity_id** (*Required*): A camera entity id to get picture from.
|
required: true
|
||||||
- **name** (*Optional*): This parameter allows you to override the name of your `image_processing` entity.
|
type: list
|
||||||
- **faces** array (*Required*): List of faces sources.
|
keys:
|
||||||
|
entity_id:
|
||||||
|
description: A camera entity id to get picture from.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: This parameter allows you to override the name of your `image_processing` entity.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
faces:
|
||||||
|
description: List of faces sources.
|
||||||
|
required: true
|
||||||
|
type: list
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
If the platform fails to load because it could not install its requirement, install cmake: `sudo apt-get install cmake`.
|
If the platform fails to load because it could not install its requirement, install cmake: `sudo apt-get install cmake`.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user