Site updated at 2017-02-11 22:50:44 UTC
This commit is contained in:
parent
83c3bf8dbf
commit
4bedc7a4cc
627 changed files with 11192 additions and 2416 deletions
|
@ -7,26 +7,26 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Microsoft Face identify - Home Assistant</title>
|
||||
<title>Microsoft Face Identify - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate microsoft face identify into Home Assistant.">
|
||||
<meta name="description" content="Instructions how to integrate Microsoft Face Identify into Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/image_processing.microsoft_face_identify/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Microsoft Face identify">
|
||||
<meta property="og:title" content="Microsoft Face Identify">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/image_processing.microsoft_face_identify/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate microsoft face identify into Home Assistant.">
|
||||
<meta property="og:description" content="Instructions how to integrate Microsoft Face Identify into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Microsoft Face identify">
|
||||
<meta name="twitter:description" content="Instructions how to integrate microsoft face identify into Home Assistant.">
|
||||
<meta name="twitter:title" content="Microsoft Face Identify">
|
||||
<meta name="twitter:description" content="Instructions how to integrate Microsoft Face Identify into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
|
@ -90,7 +90,7 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">microsoft_face_identify</code> image processing platform lets you use <a href="https://www.microsoft.com/cognitive-services/en-us/">Microsoft Face identify</a> API through Home Assistant.</p>
|
||||
<p>The <code class="highlighter-rouge">microsoft_face_identify</code> image processing platform lets you use <a href="https://www.microsoft.com/cognitive-services/en-us/">Microsoft Face identify</a> API through Home Assistant. This platform allow you do identify persons on camera and fire a event with identify persons.</p>
|
||||
|
||||
<p>Please refer to the <a href="/components/microsoft_face/">component</a> configuration on how to setup the API key.</p>
|
||||
|
||||
|
@ -106,6 +106,7 @@
|
|||
<span class="pi">-</span> <span class="s">entity_id</span><span class="pi">:</span> <span class="s">camera.door</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
|
@ -146,7 +147,10 @@
|
|||
<h1 class="title delta">Category Image Processing</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
Microsoft Face identify
|
||||
<a href='/components/image_processing.microsoft_face_detect/'>Microsoft Face Detect</a>
|
||||
</li>
|
||||
<li>
|
||||
Microsoft Face Identify
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/image_processing.openalpr_cloud/'>OpenALPR Cloud</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue