Added scanning barcodes with a camera

This commit is contained in:
2026-03-08 16:59:33 +00:00
parent b4f8489834
commit 5a37e5dd5f
404 changed files with 224181 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Quagga2 Live Examples</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<header>
<h1>Quagga2 Live Examples</h1>
<p>Choose an example to try out Quagga2 in your browser:</p>
</header>
<main>
<ul>
<li><a href="camera_example.html">Camera Example</a></li>
<li><a href="file_input.html">File Input Example</a></li>
<li><a href="live_w_locator.html">Live with Locator Example</a></li>
<li><a href="static_images.html">Static Images Example</a></li>
</ul>
<h2>Node.js Examples</h2>
<ul>
<li><a href="node-test.js">Node Test</a></li>
<li><a href="node-test-with-buffer.js">Node Test with Buffer</a></li>
</ul>
</main>
<footer>
<p>Quagga2 Project &copy; 2014-2025 Christoph Oberhofer, Eric Blade, and all other Contributors. See <a href="https://github.com/ericblade/quagga2/blob/master/package.json">package.json</a>. Licensed under MIT license. See <a href="https://github.com/ericblade/quagga2/blob/master/LICENSE">LICENSE</a></p>
</footer>
</body>
</html>