Files
graphfx/vendor/ts-aruco/samples/getusermedia.html
2024-03-04 18:11:16 +01:00

19 lines
575 B
HTML

<html>
<head>
<title>Augmented Reality Marker Detector</title>
</head>
<body style="font-family: monospace;">
<script type="module" src="/src/getusermedia.ts"></script>
<center>
<div style="margin: 10px;"><strong>-= Augmented Reality Marker Detector =-</strong></div>
<video id="video" autoplay="true" style="display:none;"></video>
<canvas id="canvas" style="width:640px; height:480px;"></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>