| java.lang.Object | ||
| ↳ | com.datalogic.device.configuration.PropertyGroup | |
| ↳ | com.datalogic.decode.configuration.ScanningPreview | |
ScanningPreview is the class that allows to configure a preview source to
be activated in several different conditions:
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| activationByDecoding | activationByDecoding represents if the preview will be turned on during decoding. |
||||||||||
| activationByIntent | activationByIntent represents if the preview will be turned on using the specific intent actions
in a broadcast intent (ACTION_START_SCANNING_PREVIEW and
ACTION_STOP_SCANNING_PREVIEW). |
||||||||||
| activationByProximity | activationByProximity represents if the preview will be turned on using a ToF range. |
||||||||||
| activationByProximityHighThreshold | activationByProximityHighThreshold represents the high threshold of the ToF range (in mm) when the preview
can be turned on by the ToF. |
||||||||||
| activationByProximityLowThreshold | activationByProximityLowThreshold represents the low threshold of the ToF range (in mm) when the preview
can be turned on by the ToF. |
||||||||||
| activationBySdk | activationBySdk represents if the preview will be turned on using the specific SDK methods
(startScanningPreview() and stopScanningPreview()). |
||||||||||
| hideDelay | hideDelay represents the amount of time (in ms) the preview will be shown after
a barcode has been successfully decoded. |
||||||||||
| source | source represents the source of the preview (where the frames come from). |
||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of ScanningPreview.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
| |||||||||||
activationByDecoding represents if the preview will be turned on during decoding.
activationByIntent represents if the preview will be turned on using the specific intent actions
in a broadcast intent (ACTION_START_SCANNING_PREVIEW and
ACTION_STOP_SCANNING_PREVIEW).
activationByProximity represents if the preview will be turned on using a ToF range.
activationByProximityHighThreshold represents the high threshold of the ToF range (in mm) when the preview
can be turned on by the ToF.
activationByProximityLowThreshold represents the low threshold of the ToF range (in mm) when the preview
can be turned on by the ToF.
activationBySdk represents if the preview will be turned on using the specific SDK methods
(startScanningPreview() and stopScanningPreview()).
hideDelay represents the amount of time (in ms) the preview will be shown after
a barcode has been successfully decoded.
source represents the source of the preview (where the frames come from).
This is the constructor of ScanningPreview. All options are initialized by editor.
| editor | A PropertyGetter used to load the current configuration.
|
|---|