|
|
@ -1,7 +1,7 @@
|
|
|
|
quaggaJS
|
|
|
|
quaggaJS
|
|
|
|
========
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
|
|
- [Changelog](#changelog) (2015-07-29)
|
|
|
|
- [Changelog](#changelog) (2015-08-13)
|
|
|
|
|
|
|
|
|
|
|
|
## What is QuaggaJS?
|
|
|
|
## What is QuaggaJS?
|
|
|
|
|
|
|
|
|
|
|
@ -141,6 +141,16 @@ In contrast to the calls described above, this method does not rely on
|
|
|
|
`getUserMedia` and operates on a single image instead. The provided callback
|
|
|
|
`getUserMedia` and operates on a single image instead. The provided callback
|
|
|
|
is the same as in `onDetected` and contains the result `data` object.
|
|
|
|
is the same as in `onDetected` and contains the result `data` object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Quagga.offProcessed(handler)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In case the `onProcessed` event is no longer relevant, `offProcessed` removes
|
|
|
|
|
|
|
|
the given `handler` from the event-queue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Quagga.offDetected(handler)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In case the `onDetected` event is no longer relevant, `offDetected` removes
|
|
|
|
|
|
|
|
the given `handler` from the event-queue.
|
|
|
|
|
|
|
|
|
|
|
|
## <a name="resultobject">The result object</a>
|
|
|
|
## <a name="resultobject">The result object</a>
|
|
|
|
|
|
|
|
|
|
|
|
The callbacks passed into `onProcessed`, `onDetected` and `decodeSingle`
|
|
|
|
The callbacks passed into `onProcessed`, `onDetected` and `decodeSingle`
|
|
|
@ -367,6 +377,11 @@ on the ``singleChannel`` flag in the configuration when using ``decodeSingle``.
|
|
|
|
|
|
|
|
|
|
|
|
## <a name="changelog">Changelog</a>
|
|
|
|
## <a name="changelog">Changelog</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 2015-08-13
|
|
|
|
|
|
|
|
- Improvements
|
|
|
|
|
|
|
|
- Added `offProcessed` and `offDetected` methods for detaching event-
|
|
|
|
|
|
|
|
listeners from the event-queue.
|
|
|
|
|
|
|
|
|
|
|
|
### 2015-07-29
|
|
|
|
### 2015-07-29
|
|
|
|
- Features
|
|
|
|
- Features
|
|
|
|
- Added basic support for [ITF][i2of5_wiki] barcodes (`i2of5_reader`)
|
|
|
|
- Added basic support for [ITF][i2of5_wiki] barcodes (`i2of5_reader`)
|
|
|
|