From dc9be2f25c1bcaeeb8bf0b039a0d792ea79ff78c Mon Sep 17 00:00:00 2001 From: jaburges Date: Wed, 28 Feb 2018 22:22:14 -0800 Subject: [PATCH] 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 --- .../_components/image_processing.dlib_face_identify.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/image_processing.dlib_face_identify.markdown b/source/_components/image_processing.dlib_face_identify.markdown index 1e47bf13e40..4f3d267f534 100644 --- a/source/_components/image_processing.dlib_face_identify.markdown +++ b/source/_components/image_processing.dlib_face_identify.markdown @@ -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. + +

+If the platform fails to load because it could not install its requirement, install cmake: `sudo apt-get install cmake`. +