Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
DM_BASED_ON_LOC_BIN
.enableResultVerification
. The barcode decoding results will be verified before output if this feature is enabled. This will highly improve the accuracy of barcode scanning.enableDuplicateFilter
. The barcode decoding results will be filtered before output if this feature is enabled. The duplicated results will be output only once for every three seconds.DeblurMode
Enumerations, DM_BASED_ON_LOC_BIN
and DM_SHARPENING_SMOOTHING
, to support more usage scenarios.initLicenseFromDLS
in BarcodeReader
class to replace initLicenseFromLTS
.DMDLSConnectionParameters
to replace class DMLTSConnectionParameters
.DBRDLSLicenseVerificationListener
and callback DLSLicenseVerificationCallback
to replace DBRLTSLicenseVerificationListener
and LTSLicenseVerificationCallback
.confidence
algorithm for 1D barcode results. Users can get even more accurate results by configuring the confidence
filter.isMirrored
to the TextResult
class. isMirrored
returns whether the barcode is mirrored.ThresholdCompensation
, to the BinarizationModes
mode arguments.ThreshValueCoefficient
is now deprecated. It still works in this version but could be removed in the near future. We recommend using ThresholdCompensation
instead.initLicenseFromLTS
if handShakeCode
is not set.DCESettingParameters
, and a new API, SetCameraEnhancerParam
, to enable the parameter transfer between DBR and DCE. The parameter transferring will improve the focus ability of the camera.FindAccurateBoundary
, to RegionPredetectionModes
that determines if the SDK attempts to find an accurate boundary when RegionPredetectionModes
is set to RPM_GENERAL_HSV_CONTRAST
.organizationID
(string) to DMLTSConnectionParameters
. The attribute adds a new layer of security for both full and trial licenses.LocalizationMode.LM_STATISTICS_POSTAL_CODE
will not be added automatically when enabling Postal Code in your runtime settings. Instead, users must manually add it to the LocalizationMode
array if it is required.mode
, page
, totalPage
and parityData
in the QRCodeDetails
Class.barcodeText
when using a valid trial license.barcodeFormatString
, barcodeFormatString_2
, regionName
and documentName
don’t have value in the IRT_TYPED_BARCODE_ZONE
intermediate result.initLicenseFromLTS
or decode***
methods in Android 6.x and below.barcodeZoneMinDistanceToImageBorders
in the PublicRuntimeSettings
Class to set the minimum distance (in pixels) between barcode zone and image borders. Previously, it is only available in the JSON template. It can be now configured by setting PublicRuntimeSettings
-> barcodeZoneMinDistanceToImageBorders
.TextResult
when license initialization fails or decoding authorization fails.ExpectedBarcodesCount
and BarcodeFormat
parameters do not work in the RegionDefinition
.IntermediateResult
Advanced Module) Added support for decoding IntermediateResult
. For example, users with a binarized image could use this function to skip some image preprocessing steps.BarcodeZoneMinDistanceToImageBorders
, to set the minimum distance (in pixels) between the barcode zone and image borders.MinRatioOfBarcodeZoneWidthToHeight
, to set the minimum ratio (width/height) of the barcode zone.BarcodeZoneBarCountRangeArray
, to set the barcode zone’s range of bar count for barcode search.SpatialIndexBlockSize
, for RPM_GENERAL_RGB_CONTRAST
, RPM_GENERAL_GRAY_CONTRAST
and RPM_GENERAL_HSV_CONTRAST
.DeblurModes
, so users can use different deblur algorithms for different scenarios. DeblurModes
has the following enum types: DirectBinarization
, ThresholdBinarization
, GrayEqulization
, Smoothing
, Morphing
, DeepAnalysis
and Sharpening
.ScanDirectly
mode.DeblurLevel
is now deprecated. It still works in this version but could be removed in the near future. We recommend using DeblurModes
instead.latest version