21 lines
597 B
HTML
21 lines
597 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Augmented Reality Marker Detector</title>
|
|
|
|
<script type="module" src="/src/debug.ts"></script>
|
|
</head>
|
|
|
|
<body style="font-family: monospace;">
|
|
|
|
<center>
|
|
<div style="margin: 10px;"><strong>-= Augmented Reality Marker Detector =-</strong></div>
|
|
<video id="video" autoplay="true" style="width:320px; height:240px; display:none;"></video>
|
|
<canvas id="canvas" style="width:960px; height:620px;"></canvas>
|
|
<div style="margin: 15px;"><strong>Powered by <a href="http://code.google.com/p/js-aruco/">js-aruco</a></strong>
|
|
</div>
|
|
</center>
|
|
|
|
</body>
|
|
|
|
</html> |