SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no,viewport-fit=cover">
    <base target="_blank" />
    <link rel="stylesheet" href="./css/style.css">
    <title>WebRTC + clmtrackr.js</title>
</head>

<body>
    <div class="webrtc-demo">
        <div class="video-wrapper">
            <video id="localVideo" autoplay muted playsinline></video>
        </div>
    </div>

    <div class="webrtc-title">
        <h1><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API">WebRTC</a></h1>
        <h1>+</h1>
        <h1><a name=baidusnap3></a><a href="https://www.auduno.com/clmtrackr/docs/reference.html">clmtrackr<B style='color:black;background-color:#ff9999'>.js</B></a></h1>
    </div>

    <button id="startRecord">音视频录制</button>
    <button id="startFaceDetect">人脸检测</button>

    <button class="aliveDetect" id="mouse">张嘴检测</button>
    <button class="aliveDetect" id="head">摇头检测</button>
    <button class="aliveDetect" id="eye">眨眼检测</button>

    
    
    <!-- clmtrackr.js -->
    
    
    <!-- polyfill -->
    
    <!-- 调用webrtc -->
    
    <!-- 本地录制 -->
    
    <!-- 人脸检测 -->
    
    <!-- 动作检测 -->
    
</body>

</html>