public class ScannerConfig.ReaderParams.ReaderSpecific.CameraSpecific extends Object
| Modifier and Type | Field and Description | 
|---|---|
int | 
beamTimer
Sets the maximum amount of time that the reader remains on (0 - 60,000 ms in increments of 100 ms). 
 | 
ScannerConfig.ReaderParams.ReaderSpecific.ContinuousRead | 
continuousRead
ContinuousRead class provides access to continuous scanning related parameters. 
 | 
ScannerConfig.IlluminationMode | 
illuminationMode
Turns camera illumination on and off. 
 | 
ScannerConfig.Inverse1DMode | 
inverse1DMode
This parameter allows the user to select decoding on inverse 1D bar codes. 
 | 
ScannerConfig.LinearSecurityLevel | 
linearSecurityLevel
Sets the number of times a bar code is read to confirm an accurate decode. 
 | 
ScannerConfig.OneDQuietZoneLevel | 
oneDQuietZoneLevel
This parameter sets the effort at which the decoder will attempt to decode margin-less barcodes. 
 | 
ScannerConfig.PoorQualityDecodeEffortLevel | 
poorQualityDecodeEffortLevel
This parameter permits selection of enhancement modes for decoding barcodes of poor or degraded quality. 
 | 
ScannerConfig.ViewFinderMode | 
viewfinderMode
Configures the Viewfinder modes supported for camera scanning. 
 | 
int | 
viewfinderOffsetX
Sets the X Axis position of the top left corner of the view finder. 
 | 
int | 
viewfinderOffsetY
Sets the Y Axis position of the top left corner of the view finder. 
 | 
int | 
viewfinderSize
Sets the size of the view finder window in camera scanner. 
 | 
public ScannerConfig.ReaderParams.ReaderSpecific.ContinuousRead continuousRead
public int beamTimer
Example Usage: readerParams.beamTimer = 1500;
public int viewfinderSize
Example Usage: readerParams.cameraSpecific.viewfinderSize = 50;
public int viewfinderOffsetX
Example Usage: readerParams.cameraSpecific.viewfinderOffsetX = 50;
public int viewfinderOffsetY
Example Usage: readerParams.cameraSpecific.viewfinderOffsetY = 50;
public ScannerConfig.LinearSecurityLevel linearSecurityLevel
ScannerConfig.LinearSecurityLevel.
 
 Example Usage: readerParams.linearSecurityLevel = LinearSecurityLevel.ALL_THRICE;
public ScannerConfig.IlluminationMode illuminationMode
ScannerConfig.IlluminationMode.
 
 Example Usage: readerParams.cameraSpecific.illuminationMode = IlluminationMode.ON;
public ScannerConfig.Inverse1DMode inverse1DMode
ScannerConfig.Inverse1DMode.
 
 Example Usage: readerParams.cameraSpecific.inverse_1d_mode = Inverse1DMode.AUTO;
public ScannerConfig.ViewFinderMode viewfinderMode
ScannerConfig.ViewFinderMode.
 
 Example Usage: readerParams.cameraSpecific.viewfinder_mode = ViewFinderMode.DISABLED;
public ScannerConfig.OneDQuietZoneLevel oneDQuietZoneLevel
ScannerConfig.OneDQuietZoneLevel.
 Example Usage: readerParams.cameraSpecific.oneDQuietZoneLevel = OneDQuietZoneLevel.LEVEL_0;
public ScannerConfig.PoorQualityDecodeEffortLevel poorQualityDecodeEffortLevel
ScannerConfig.PoorQualityDecodeEffortLevel.
 Example Usage: readerParams.cameraSpecific.poorQualityDecodeEffortLevel = PoorQualityDecodeEffortLevel.LEVEL_0;