public class QrCodeDetectionThread extends com.yoti.mobile.android.camera.AbstractSimpleDetectionThread<QrCodeDetectionThread.QrCodeDetectionListener>
| Modifier and Type | Class and Description |
|---|---|
static interface |
QrCodeDetectionThread.QrCodeDetectionListener
Callback interface for receiving async detection results
|
| Constructor and Description |
|---|
QrCodeDetectionThread(android.content.Context context)
Initialise thread with default face detector.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.yoti.mobile.android.camera.IDetection |
getDetector() |
void |
processFrameAsync(byte[] frame,
int width,
int height,
int rotation,
QrCodeDetectionThread.QrCodeDetectionListener callback,
android.os.Handler callbackHandler) |
processFrame, processFrameAsynccleanup, cleanupDetector, initDetector, isDetectorReady, postCustomMessage, processCustomMessage, processFrame, setCallback, startgetLooper, getThreadId, onLooperPrepared, quit, quitSafely, runactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yieldpublic QrCodeDetectionThread(android.content.Context context)
@NonNull protected com.yoti.mobile.android.camera.IDetection getDetector()
getDetector in class com.yoti.mobile.android.camera.AbstractDetectionThread<QrCodeDetectionThread.QrCodeDetectionListener,java.lang.Void>public void processFrameAsync(byte[] frame,
int width,
int height,
int rotation,
QrCodeDetectionThread.QrCodeDetectionListener callback,
android.os.Handler callbackHandler)
processFrameAsync in class com.yoti.mobile.android.camera.AbstractSimpleDetectionThread<QrCodeDetectionThread.QrCodeDetectionListener>