Interface QuadDetectionCallback
@WorkerThread
public interface QuadDetectionCallback
A callback that will be invoked when
DisplayableQuadDetection
gets available.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onQuadDetection
(DisplayableQuadDetection quadDetection) Called whenDisplayableQuadDetection
gets available.
-
Method Details
-
onQuadDetection
Called whenDisplayableQuadDetection
gets available. NOTE: This method is called on background thread, so make sure you don't perform any UI related operations on it.- Parameters:
quadDetection
-DisplayableQuadDetection
that represents the available detection.
-