cardScannerTimeOut property

int cardScannerTimeOut
final

Timeout duration after which card scanner will just return the current optimal scan result which may contain false positives Timeout is useful when lighting conditions are bad and only few frames capture the card details. Once timeout happens, whatever the details captured till that time will be returned which can even be null Defaults to 0 or no-timeout

Implementation

final int cardScannerTimeOut;