Skip to content

Commit

Permalink
Update FaceMesh.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Aug 23, 2020
1 parent 45f7aab commit 0ddf493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ESP32-CAM_SD_LoadPage_PAGE/SD/FaceMesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
<section class="main">
<section id="buttons">
<table>
<tr><td colspan="3"><canvas id="canvas" width="0" height="0"></canvas></td></tr>
<tr><td colspan="3"><canvas id="canvas" width="0" height="0"></canvas></td></tr>
<tr><td><button id="restart" onclick="try{fetch(document.location.origin+'/control?restart');}catch(e){}">Restart</button></td><td><button id="get-still">Get Still</button></td><td style="display:none"><button id="toggle-stream"></button></td></tr>
</table>
</section>
<figure>
<div id="stream-container" class="image-container hidden">
<div class="close" id="close-stream" style="display:none">×</div>
<img id="stream" src="" style="display:none">
<img id="stream" src="" style="display:none" crossorigin="anonymous">
</div>
</figure>
<div id="logo">
Expand Down Expand Up @@ -291,4 +291,4 @@
</script>

</body>
</html>
</html>

0 comments on commit 0ddf493

Please sign in to comment.