qr code detector, marker detector
This commit is contained in:
19
vendor/ts-aruco/samples/getusermedia.html
vendored
Normal file
19
vendor/ts-aruco/samples/getusermedia.html
vendored
Normal 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>
|
||||
Reference in New Issue
Block a user