FingerScanner.waitForCapture Method¶
Module: FingerScanner
Definition¶
Waits for a new capture to complete within a specified timeout.
bool waitForCapture(int timeout, bool doEvent)
Parameters
timeout intin Maximum time to wait for a new capture, in milliseconds.
doEvent boolin Call doEvent() in the wait loop.
Returns
boolIndicates whether a new capture is available.
Exceptions
An error has occurred during FingerCapture Library execution.