@Deprecated
public interface ScanbotBarcodeDetector
| Modifier and Type | Interface and Description |
|---|---|
static class |
ScanbotBarcodeDetector.BarcodeDetectorType
Deprecated.
Supported barcode detector libraries
|
| Modifier and Type | Method and Description |
|---|---|
Result |
decodeWithState(byte[] data,
int width,
int height,
int frameOrientation)
Deprecated.
Decode the data within the viewfinder rectangle, and time how long it took.
|
Result |
decodeWithState(byte[] data,
int width,
int height,
int frameOrientation,
android.graphics.Rect finderRect)
Deprecated.
Decode the data within the viewfinder rectangle, and time how long it took.
|
void |
enableBarcodeScan(boolean barcodeScanEnabled)
Deprecated.
|
void enableBarcodeScan(boolean barcodeScanEnabled)
barcodeScanEnabled - if true barcode scanning will be enabled, false - will be disabledResult decodeWithState(byte[] data,
int width,
int height,
int frameOrientation)
data - The YUV preview frame.width - The width of the preview frame.height - The height of the preview frame.frameOrientation - The frame orientation degrees.Result decodeWithState(byte[] data,
int width,
int height,
int frameOrientation,
android.graphics.Rect finderRect)
data - The YUV preview frame.width - The width of the preview frame.height - The height of the preview frame.finderRect - decode areaframeOrientation - The frame orientation degrees.