FingerScanner.waitForCapture Method

Module: FingerScanner

Definition

Waits for a new capture to complete within a specified timeout.

wait_for_capture(self, timeout: int) -> bool

Parameters

timeout int
in Maximum time to wait for a new capture, in milliseconds.

Returns

bool
Indicates whether a new capture is available.

Exceptions

An error has occurred during FingerCapture Library execution.
bool waitForCapture(int timeout)

Parameters

timeout int
in Maximum time to wait for a new capture, in milliseconds.

Returns

bool
Indicates whether a new capture is available.

Exceptions

An error has occurred during FingerCapture Library execution.
public bool WaitForCapture(int timeout)

Parameters

timeout int
in Maximum time to wait for a new capture, in milliseconds.

Returns

bool
Indicates whether a new capture is available.

Exceptions

An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_WaitForCapture (
    ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner,
    int timeout,
    bool * available)

Parameters

in Handle to the FingerScanner object.

timeout int
in Maximum time to wait for a new capture, in milliseconds.

available bool *
out Indicates whether a new capture is available.

Returns

int
An error code.
See id3FingerCaptureError file for the list of possible error codes.