|
|
@ -1,7 +1,7 @@
|
|
|
|
quaggaJS
|
|
|
|
quaggaJS
|
|
|
|
========
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
|
|
- [Changelog](#changelog) (2015-08-13)
|
|
|
|
- [Changelog](#changelog) (2015-08-29)
|
|
|
|
|
|
|
|
|
|
|
|
## What is QuaggaJS?
|
|
|
|
## What is QuaggaJS?
|
|
|
|
|
|
|
|
|
|
|
@ -34,10 +34,10 @@ be aligned with the viewport.
|
|
|
|
|
|
|
|
|
|
|
|
In order to take full advantage of quaggaJS, the browser needs to support the
|
|
|
|
In order to take full advantage of quaggaJS, the browser needs to support the
|
|
|
|
`getUserMedia` API which is already implemented in recent versions of Firefox,
|
|
|
|
`getUserMedia` API which is already implemented in recent versions of Firefox,
|
|
|
|
Chrome and Opera. The API is also available on their mobile counterparts
|
|
|
|
Chrome, IE (Edge) and Opera. The API is also available on their mobile
|
|
|
|
installed on Android. Safari and IE do not allow the access to the camera yet,
|
|
|
|
counterparts installed on Android (except IE). Safari does not allow the access
|
|
|
|
neither on desktop, nor on mobile. You can check [caniuse][caniuse_getusermedia]
|
|
|
|
to the camera yet, neither on desktop, nor on mobile. You can check
|
|
|
|
for updates.
|
|
|
|
[caniuse][caniuse_getusermedia] for updates.
|
|
|
|
|
|
|
|
|
|
|
|
In cases where real-time decoding is not needed, or the platform does not
|
|
|
|
In cases where real-time decoding is not needed, or the platform does not
|
|
|
|
support `getUserMedia` QuaggaJS is also capable of decoding image-files using
|
|
|
|
support `getUserMedia` QuaggaJS is also capable of decoding image-files using
|
|
|
@ -377,6 +377,10 @@ on the ``singleChannel`` flag in the configuration when using ``decodeSingle``.
|
|
|
|
|
|
|
|
|
|
|
|
## <a name="changelog">Changelog</a>
|
|
|
|
## <a name="changelog">Changelog</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 2015-08-29
|
|
|
|
|
|
|
|
- Improvements
|
|
|
|
|
|
|
|
- Added support for Internet Explorer (only Edge+ supports `getUserMedia`)
|
|
|
|
|
|
|
|
|
|
|
|
### 2015-08-13
|
|
|
|
### 2015-08-13
|
|
|
|
- Improvements
|
|
|
|
- Improvements
|
|
|
|
- Added `offProcessed` and `offDetected` methods for detaching event-
|
|
|
|
- Added `offProcessed` and `offDetected` methods for detaching event-
|
|
|
|