Update image_processing.dlib_face_identify.markdown (#4788)

* Update image_processing.dlib_face_identify.markdown

missing items from dlib when not using docker.

* Fix text
This commit is contained in:
jaburges 2018-02-28 22:22:14 -08:00 committed by Paulus Schoutsen
parent b0c47126f1
commit dc9be2f25c

View File

@ -36,3 +36,7 @@ Configuration variables:
- **entity_id** (*Required*): A camera entity id to get picture from.
- **name** (*Optional*): This parameter allows you to override the name of your `image_processing` entity.
- **faces** array (*Required*): List of faces sources.
<p class='note'>
If the platform fails to load because it could not install its requirement, install cmake: `sudo apt-get install cmake`.
</p>