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

18
vendor/ts-aruco/samples/index.html vendored Normal file
View File

@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aruco Examples ported to typescript</title>
</head>
<body>
<h1>Aruco demos</h1>
<a href="debug.html">Debug</a>
<a href="debug-posit.html">Debug Posit</a>
<a href="getusermedia.html">Get user media</a>
</body>
</html>