java.lang.Object | ||
↳ | com.datalogic.device.configuration.PropertyGroup | |
↳ | com.datalogic.decode.configuration.FrameCaptureConfiguration |
FrameCaptureConfiguration
is the class that configures the scanner to capture
store and provide frames.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
enable | enable sets the intent mode. |
||||||||||
filePath | filePath indicates the directory where will be stored the frames
saved by the Scanner. |
||||||||||
format | format selects the format used for storing the frames captured
by the Scanner. |
||||||||||
mode | mode selects the Scanner frame capture mode. |
||||||||||
storage | storage enables the Scanner to store captured frames. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of FrameCaptureConfiguration.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
|
filePath
indicates the directory where will be stored the frames
saved by the Scanner. Only directory under getExternalStorageDirectory() are
supported (eg. /storage/emulated/0/).
format
selects the format used for storing the frames captured
by the Scanner.
mode
selects the Scanner frame capture mode.
storage
enables the Scanner to store captured frames.
This is the constructor of FrameCaptureConfiguration.