Skip to content

Commit

Permalink
Uploaded face motion capture for camera
Browse files Browse the repository at this point in the history
  • Loading branch information
freealise committed Sep 13, 2024
1 parent 5851745 commit cba35b8
Show file tree
Hide file tree
Showing 3 changed files with 98,016 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
61 changes: 61 additions & 0 deletions face_mocap/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!-- Copyright 2022 Google LLC. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==============================================================================-->
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1.0, user-scalable=no">
<style>body {
margin: 0;
}

#stats {
position: relative;
width: 100%;
height: 80px;
}

#main {
position: relative;
margin: 0;
}

#canvas-wrapper {
position: relative;
}</style>
</head>

<body>
<div id="stats"></div>
<div id="main">
<div class="container">
<div class="canvas-wrapper">
<canvas id="output"></canvas>
<video id="video" playsinline="" style="
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
visibility: hidden;
width: auto;
height: auto;
">
</video>
</div>
</div>
</div>

</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.7.6/dat.gui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/stats.js/r16/Stats.min.js"></script>
<script src="./src.a2b27638_.js"></script>

</html>
Loading

0 comments on commit cba35b8

Please sign in to comment.