BlinkCardAnalyzer
class BlinkCardAnalyzer(blinkCardSdk: BlinkCardSdk, sessionSettings: BlinkCardSessionSettings, scanningDoneHandler: BlinkCardScanningDoneHandler, uxEventHandler: BlinkCardScanningUxEventHandler? = null) : ImageAnalyzer
Analyzes images from the camera and processes them using the BlinkCard SDK.
This class implements the ImageAnalyzer interface and is responsible for receiving image frames from the camera, sending them to the BlinkCard SDK for processing and results handling. It also manages the scanning session, timeouts, and dispatches UI events.
Parameters
blinkCardSdk
An instance of the BlinkCardSdk used for processing images.
sessionSettings
The BlinkCardSessionSettings used to configure the scanning session.
Constructors
Link copied to clipboard
constructor(blinkCardSdk: BlinkCardSdk, sessionSettings: BlinkCardSessionSettings, scanningDoneHandler: BlinkCardScanningDoneHandler, uxEventHandler: BlinkCardScanningUxEventHandler? = null)