Field and Description |
---|
com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific.ImagerSpecific.continuousRead
We recommend using the new fields
ScannerConfig.ReaderParams.ReaderSpecific.ImagerSpecific.aimType , ScannerConfig.ReaderParams.ReaderSpecific.ImagerSpecific.sameSymbolTimeout ,
ScannerConfig.ReaderParams.ReaderSpecific.ImagerSpecific.differentSymbolTimeout in your new applications.
ContinuousRead class provides access to continuous scanning related parameters. |
com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific.CameraSpecific.continuousRead
We recommend using the new fields
ScannerConfig.ReaderParams.ReaderSpecific.CameraSpecific.aimType , ScannerConfig.ReaderParams.ReaderSpecific.CameraSpecific.sameSymbolTimeout ,
ScannerConfig.ReaderParams.ReaderSpecific.CameraSpecific.differentSymbolTimeout in your new applications.
ContinuousRead class provides access to continuous scanning related parameters. |
com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific.LaserSpecific.continuousRead
We recommend using the new fields
ScannerConfig.ReaderParams.ReaderSpecific.LaserSpecific.aimType , ScannerConfig.ReaderParams.ReaderSpecific.LaserSpecific.sameSymbolTimeout ,
ScannerConfig.ReaderParams.ReaderSpecific.LaserSpecific.differentSymbolTimeout in your new applications.
ContinuousRead class provides access to continuous scanning related parameters. |
com.symbol.emdk.ProfileConfig.DataCapture.Barcode.ScanParams.datacapture_led_id |
com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific.ContinuousRead.differentSymbolTimeout
We recommend using the new fields shown below in your new applications.
For Camera Scanner:
ScannerConfig.ReaderParams.ReaderSpecific.CameraSpecific.differentSymbolTimeout
For Imager Scanner:
ScannerConfig.ReaderParams.ReaderSpecific.ImagerSpecific.differentSymbolTimeout
For Laser Scanner:
ScannerConfig.ReaderParams.ReaderSpecific.LaserSpecific.differentSymbolTimeout
This setting is used to prevent the scanner from decoding another symbol within this time interval (applicable only when
isContinuousScan = true). The user may want to prevent decoding too quickly and set an interval that the user can aim
before decoding the next barcode. A value of 0 means no interval is required between two successive reads.
Boundary values are 0 to 5000 in milliseconds in 500 increments such as 0, 500, 1000... etc |
com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific.ContinuousRead.isContinuousScan
We recommend using the new fields shown below in your new applications.
For Camera Scanner:
ScannerConfig.ReaderParams.ReaderSpecific.CameraSpecific.aimType
For Imager Scanner:
ScannerConfig.ReaderParams.ReaderSpecific.ImagerSpecific.aimType
For Laser Scanner:
ScannerConfig.ReaderParams.ReaderSpecific.LaserSpecific.aimType
Scan continuously; In this mode once the trigger is pulled the user can continue scanning barcodes without releasing the trigger
as long as new reads are submitted as soon as the earlier read is satisfied. This mode is useful when the user wants to perform
rapid scanning. To provide better control over this feature we have added the two new reader parameters (SameSymbolTimeout,
DifferentSymbolTimeout) that are associated with continuous reads. These reader parameters are available in both ImagerSpecific
and LaserSpecific classes.
NOTE: The following must be considered when using this AIM_TYPE.CONTINUOUS_READ mode.
1. After each successful read, the application will have to submit a new read for rapid triggering.
2. It is recommended that the Picklist mode be enabled for the imager-class scanners.
3. When using this mode, the IMAGER_SPECIFIC.VFFeedback parameter will be ignored and no viewfinder feedback will be provided.
It is similar to setting IMAGER_SPECIFIC.VFFeedback to VIEWFINDER_FEEDBACK.VIEWFINDER_MODE_DISABLED
4. If the IMAGER_SPECIFIC.VFMode parameter is set to VIEWFINDER_MODE.VIEWFINDER_MODE_DYNAMIC_RETICLE, then this continuous read mode will be ignored |
com.symbol.emdk.barcode.ScannerConfig.DecoderParams.UpcEanParams.linearDecode |
com.symbol.emdk.ProfileConfig.DataCapture.Barcode.ReaderParams.low_power_timeout |
com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific.ImagerSpecific.pickList
We recommend using the new field
ScannerConfig.ReaderParams.ReaderSpecific.ImagerSpecific.picklistEx in your new applications.
Allows the imager to decode only the barcode that is directly under the cross-hair/reticle (+) part of the pattern.
This feature is useful in applications where multiple barcodes may appear in the field of view during a decode session and
only one of them is targeted for decode.
Use enum ScannerConfig.PickList .
|
com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific.ContinuousRead.sameSymbolTimeout
We recommend using the new fields shown below in your new applications.
For Camera Scanner:
ScannerConfig.ReaderParams.ReaderSpecific.CameraSpecific.sameSymbolTimeout
For Imager Scanner:
ScannerConfig.ReaderParams.ReaderSpecific.ImagerSpecific.sameSymbolTimeout
For Laser Scanner:
ScannerConfig.ReaderParams.ReaderSpecific.LaserSpecific.sameSymbolTimeout
This setting is used to prevent the scanner driver from decoding the same symbol within this time interval (applicable only when
isContinuousScan = true). Basically in the continuous mode the user can perform rapid scan and to prevent the
user from decoding the same barcode twice user can set this value to an appropriate interval (in milliseconds). A value of 0 means
no interval is required between two successive reads.
Boundary values are 0 to 5000 in milliseconds in 500 increments such as 0, 500, 1000... etc |
Enum Constant and Description |
---|
com.symbol.emdk.ProfileConfig.PICK_LIST.CENTERED |
com.symbol.emdk.barcode.ScannerConfig.PickList.DISABLED
Disables Picklist mode. Any barcode within the field of view can be
decoded.
|
com.symbol.emdk.barcode.ScannerConfig.PickList.ENABLED
Enables the HARDWARE Picklist mode so that only the barcode that is directly
under the cross-hair (reticle) is decoded. This is useful when used
in conjunction with the static and dynamic reticle viewfinder modes.
(Scan Module Only)
|
com.symbol.emdk.EMDKManager.FEATURE_TYPE.SERIALCOMM |