| com.vuzix.sdk.barcode.Scanner2 |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Verfies if format is supported by the engine
| |||||||||||
Scans the supplied image data for the requested barcode types.
| |||||||||||
Set the barcode scanner formats
| |||||||||||
Set the barcode scanner formats
| |||||||||||
Verfies if format is supported by the engine
| Parameters | |
|---|---|
type |
BarcodeType2: BarcodeType2 type |
| Returns | |
|---|---|
boolean |
boolean True if supported false if not |
Scans the supplied image data for the requested barcode types. Only the supplied scanning rectangle will be scanned.
| Parameters | |
|---|---|
imageData |
byte: image data |
width |
int: width in pixels of the image data |
height |
int: height in pixels of the image data |
rect |
Rect: the scanning rectangle in which to look for barcodes, if null the entire image will be scanned |
| Returns | |
|---|---|
ScanResult2[] |
ScanResult2 or null if no data found |
Set the barcode scanner formats
| Parameters | |
|---|---|
bundle |
Bundle: Bundle of Engine specific data.
|
Set the barcode scanner formats
| Parameters | |
|---|---|
types |
BarcodeType2: Array of BarcodeType2 types
|