java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.decode.configuration.FrameCaptureFormat |
The FrameCaptureFileType
is an enumeration defining the file type
for the frames captured by the Scanner.
The type is one of:
GREYSCALE8BPP | Frames captured by the Scanner are encoded as Greyscale 8bpp |
JPEG | Frames captured by the Scanner are encoded as jpeg |
BITMAP | Frames captured by the Scanner are encoded as bitmap |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FrameCaptureFormat | BITMAP | Frames captured by the Scanner are stored as bitmap | |||||||||
FrameCaptureFormat | GREYSCALE8BPP | Frames captured by the Scanner are stored as Greyscale 8bpp | |||||||||
FrameCaptureFormat | JPEG | Frames captured by the Scanner are stored as jpeg |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Frames captured by the Scanner are stored as bitmap
Frames captured by the Scanner are stored as Greyscale 8bpp
Frames captured by the Scanner are stored as jpeg