Add tf graphs and update some web stuff

This commit is contained in:
Michael Pivato
2019-02-07 07:03:10 +10:30
parent 73f4297c5a
commit 71f7a0d8a4
4 changed files with 3174 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<html>
<header>
<script src="js/bootstrap.min.js"></script>
<!-- <script src="js/bootstrap.min.js"></script> -->
<script src="js/paho.javascript-1.0.3/paho-mqtt-min.js"></script>
<script src="js/msgpack.min.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css" />
@@ -21,6 +21,21 @@
<button id="noButton" class="big-button" style="display: none">no :`(</button>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="camera">
<video id="video">Video stream not available.</video>
<button id="startbutton">Take photo</button>
</div>
</div>
</div>
<div class="row">
<canvas id="canvas">
</canvas>
<div class="output">
<img id="photo" alt="The screen capture will appear in this box.">
</div>
</div>
</div>
<script src="js/areyousatisfied.js"></script>
</body>