Skip to content

Releases: teckel12/vue-barcode-reader

v1.1.7

24 Jul 00:00
Compare
Choose a tag to compare

Fixed bug with the iPhone

v1.1.6

10 Nov 20:04
ebc0412
Compare
Choose a tag to compare

Added msBetweenDecoding prop

v1.1.5

03 Nov 21:59
Compare
Choose a tag to compare

Fix bug with Firefox browser

v1.1.4

10 Oct 15:52
8dc114e
Compare
Choose a tag to compare

Fixes issue with Safari on MacOS

v1.1.3

05 Sep 22:45
Compare
Choose a tag to compare

Fix for has focus distance

v1.1.2

04 Aug 05:55
Compare
Choose a tag to compare

Small style fix.

v1.1.1

04 Aug 05:06
Compare
Choose a tag to compare
  • Adds option to only select from rear-facing cameras (you probably want only rear-facing cameras when scanning barcodes)
  • Style changes for video display

v1.1.0

03 Aug 20:08
Compare
Choose a tag to compare
  • Adds option to cycle through the available cameras (if more than one camera is available)
  • New emitted value videoDevices, which is an array of camera devices available to the browser (can be used to select the desired camera device via deviceIndex prop)
  • New emitted value cameraDetails, which is a dump of the camera device details (useful for debugging)
  • New prop deviceIndex which can be used to select the index of the camera device to use (get the camera device array from the videoDevices emitted value)
  • Demo updated to show additional features
  • Various bug fixes and enhancements

Initial fork with new features and bug fixes

28 Jul 18:57
98e292b
Compare
Choose a tag to compare

New Features & Bug Fixes

  • Fixes ZXing library version issue causing scanning to be very slow.
  • On startup, the library searches all available rear-facing cameras to find the most ideal camera for barcode scanning, preferrably one with torch (flash) and autofocus. It also saves this ideal camera to local storage for faster startup on repeat scans.
  • Adds the ability to activate the torch (camera flash), which can yield higher barcode scanning speed and accuracy.
  • Ability to set orientation to landscape mode, this can also increase the scanning speed and accuracy as there's more pixels in the landscape orientation.
  • Ability to control the camera zoom (if camera device reports the user is allowed to set the zoom).
  • Ability to switch between autofocus and manual focus mode (defaults to autofocus mode if available).
  • Ability to set the focus distance (if in manual focus mode and camera device supports the feature).