iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
61 lines (59 loc) • 2.49 kB
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<meta name="author" content="Copyright 2015 Intel Corporation All Rights Reserved." />
<title>IoT Services Orchestration Layer</title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="styles/style.css" type="text/css" />
</head>
<body>
<div id="header">
<h1 class="title">IoT Services Orchestration Layer</h1>
<h2 class="author">Copyright 2015 Intel Corporation All Rights Reserved.</h2>
</div>
<div id="TOC">
<ul>
<li><a href="#网络摄像头">网络摄像头</a><ul>
<li><a href="#开启摄像头webrtc">开启摄像头(WebRTC)</a><ul>
<li><a href="#描述">描述</a></li>
<li><a href="#配置">配置</a></li>
<li><a href="#输入">输入</a></li>
<li><a href="#输出">输出</a></li>
<li><a href="#样例">样例</a></li>
</ul></li>
<li><a href="#webrtc服务">WebRTC服务</a><ul>
<li><a href="#描述-1">描述</a></li>
<li><a href="#输入-1">输入</a></li>
<li><a href="#输出-1">输出</a></li>
</ul></li>
</ul></li>
</ul>
</div>
<h1 id="网络摄像头">网络摄像头</h1>
<h2 id="开启摄像头webrtc">开启摄像头(WebRTC)</h2>
<h3 id="描述">描述</h3>
<p>开启摄像头,并向WebRTC服务器注册</p>
<h3 id="配置">配置</h3>
<p><code>id</code>: 字符串 必填项 配置该摄像头的id,用于之后和video控件的配对</p>
<p><code>server ip</code>: IP地址 默认值127.0.0.1 必填项 WebRTC服务器的地址</p>
<h3 id="输入">输入</h3>
<p><code>switch</code>: 布尔值 摄像头的开关信号。开表示想服务器注册,关表示注销</p>
<h3 id="输出">输出</h3>
<p><code>status</code>: 布尔值 如果注册成功,输出true,如果注销成功,输出false</p>
<h3 id="样例">样例</h3>
<div class="figure">
<img src="./pic/camera.zh-CN.jpg" />
</div>
<p>图中该摄像头的注册id是abc,服务器地址是127.0.0.1</p>
<h2 id="webrtc服务">WebRTC服务</h2>
<h3 id="描述-1">描述</h3>
<p>是否成为WebRTC服务器</p>
<h3 id="输入-1">输入</h3>
<p><code>switch</code>: 布尔值 开关</p>
<h3 id="输出-1">输出</h3>
<p><code>status</code>: 布尔值 当前服务的开关状态</p>
</body>
</html>