You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
---
|
|
layout: default
|
|
title: Examples
|
|
showInMenu: true
|
|
---
|
|
|
|
Examples
|
|
========
|
|
|
|
The following examples showcase some of the features offered by QuaggaJS.
|
|
|
|
## Using static image files
|
|
|
|
[This example]({{ site.baseurl }}/examples/static_images.html) shows the capabilities of QuaggaJS using images taken under various conditions.
|
|
|
|
[   ]({{ site.baseurl }}/examples/static_images.html)
|
|
|
|
## Using the live-stream from your webcam
|
|
|
|
This is the preferred mode of using QuaggaJS. [This example]({{ site.baseurl }}/examples/live_w_locator.html) demonstrates the real-time decoding capabilities of QuaggaJS by using your
|
|
webcam as a barcode-scanner.
|
|
|
|
[]({{ site.baseurl }}/examples/live_w_locator.html)
|
|
|
|
## Using the File API
|
|
|
|
Instead of directly accessing the user's webcam, [this example]({{ site.baseurl }}/examples/file_input.html) shows you how to use QuaggaJS with the HTML5 File API to decode a pre-taken image.
|
|
|
|
[]({{ site.baseurl }}/examples/file_input.html) |