Skip to content

Releases: cirocosta/qcode-decoder

V0.1.0

Choose a tag to compare

@cirocosta cirocosta released this 15 Sep 06:18
  • 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

Choose a tag to compare

@cirocosta cirocosta released this 26 Aug 13:40

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

Choose a tag to compare

@cirocosta cirocosta released this 21 Aug 15:12
bump version, code styling

baby

Choose a tag to compare

@cirocosta cirocosta released this 31 May 05:58
0.0.2

updates version

born!

Choose a tag to compare

@cirocosta cirocosta released this 31 May 04:03
0.0.1

updates bower.json