
JavaScript SDK adds new methods that facilitate the continuous scanning of images.
Features
JavaScript SDK
- Added
setVideoFit()
method toBarcodeScanner
to allow the video element to either fit or cover the viewer. - Added
setImageSource()
method toBarcodeReader
to specify an Image Source which providesDSImage
type images for continuous scanning. - Added
startScanning()
,pauseScanning()
,resumeScanning()
,stopScanning()
,getScanSettings()
andupdateScanSettings()
methods as well asonUniqueRead
andonImageRead
events toBarcodeReader
to facilitate the continuous scanning of images coming from the image source.