FingerScanner.getCapturedImage Method

Module: FingerScanner

Definition

Fetches the most recent image captured during the session.

get_captured_image(self, snapshot: FingerImage) -> None

Parameters

snapshot FingerImage
in The parameter to store the latest captured image.

Exceptions

An error has occurred during FingerCapture Library execution.
void getCapturedImage(FingerImage snapshot)

Parameters

snapshot FingerImage
in The parameter to store the latest captured image.

Exceptions

An error has occurred during FingerCapture Library execution.
public void GetCapturedImage(FingerImage snapshot)

Parameters

snapshot FingerImage
in The parameter to store the latest captured image.

Exceptions

An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_GetCapturedImage (
    ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner,
    ID3_FINGER_IMAGE hSnapshot)

Parameters

in Handle to the FingerScanner object.

in The parameter to store the latest captured image.

Returns

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