Skip to content

Releases: cirocosta/qcode-decoder

V0.1.0

15 Sep 06:18
Compare
Choose a tag to compare
  • Change object name to QCodeDecoder (it was QRCodeDecoder)
  • No more console.log
  • new jshint.rc
  • watcher for gulp build and gulp hint
  • add a prepareImage method so that one can decode directly from an image
  • new example containing decodeImage method
  • no more setDecoderCallback method
  • keep searching for new qrcodes by default
  • expose a once argument for the decodeFromCamera method
  • remove prepareCanvas as this is just used internally
  • add decodeFromVideo method
  • add automated tests
    • for video
    • for image
  • test browser support

v0.0.6

26 Aug 13:40
Compare
Choose a tag to compare

Thanks to @vitch, this release:

  • Implemented the ability to select from multiple cameras if your
    browser supports it (currently only Chrome). Fail gracefully on other
    browsers. Introduced an example showing how this functionality can be used.
  • Setting the canvas to the same dimensions as the video being
    captured from. This is essential because otherwise the QR recognition
    code operates on a squashed version of the image and cannot recognise
    the patterns.
  • Replaced releaseVideo with stop which releases the video stream and
    also stops the timeout which is capturing to canvas.
  • Fixed some bugs in existing code.

v0.0.5

21 Aug 15:12
Compare
Choose a tag to compare
bump version, code styling

baby

31 May 05:58
Compare
Choose a tag to compare
0.0.2

updates version

born!

31 May 04:03
Compare
Choose a tag to compare
0.0.1

updates bower.json