Initial commit of secondary development sample code
This commit is contained in:
32
深度对接设备接口/index.html
Normal file
32
深度对接设备接口/index.html
Normal file
@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="layui-container" style="padding: 20px;">
|
||||
<div class="layui-card">
|
||||
<div class="layui-card-header">
|
||||
<h2>索引</h2>
|
||||
</div>
|
||||
<h3>
|
||||
<a href="./live.html" target="_blank" rel="noopener noreferrer">实时画面:live.html</a>
|
||||
</h3>
|
||||
<h3>
|
||||
<a href="./source.html" target="_blank" rel="noopener noreferrer">视频流管理:source.html</a>
|
||||
</h3>
|
||||
<h3>
|
||||
<a href="./facelib.html" target="_blank" rel="noopener noreferrer">人脸底库管理:facelib.html</a>
|
||||
</h3>
|
||||
<h3>
|
||||
<a href="./device.html" target="_blank" rel="noopener noreferrer">设备信息:device.html</a>
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user