Site updated at 2017-07-02 00:58:35 UTC
This commit is contained in:
parent
af9e56ffa0
commit
00a0f63427
651 changed files with 11395 additions and 2155 deletions
|
@ -74,8 +74,8 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">dlib_face_detect</code> image processing platform allows you to use the <a href="http://www.dlib.net/">Dlib</a> through Home Assistant. This platform enables you do detect face on camera and fire a event with attributes.</p>
|
||||
<p>For using the result inside an automation rule, take a look at the <a href="/components/image_processing/">component</a> page.</p>
|
||||
<p>The <code class="highlighter-rouge">dlib_face_detect</code> image processing platform allows you to use the <a href="http://www.dlib.net/">Dlib</a> through Home Assistant. This platform enables face detection from cameras, and can fire events with attributes.</p>
|
||||
<p>This can be used to trigger an automation rule. Further info is on the <a href="/components/image_processing/">component</a> page.</p>
|
||||
<h3><a class="title-link" name="configuration-home-assistant" href="#configuration-home-assistant"></a> Configuration Home Assistant</h3>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">image_processing</span><span class="pi">:</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue