qr code detector, marker detector

This commit is contained in:
Michal Kolář
2024-03-04 18:05:35 +01:00
committed by Stanislav Fifik
parent a37605b5b4
commit 6bc3bada6b
33 changed files with 10444 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
<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>