FingerScanner.getLastSnapshot Method

Module: FingerScanner

Definition

Retrieves the most recent snapshot taken during the capture session.

get_last_snapshot(self, snapshot: CaptureImage) -> None

Parameters

snapshot CaptureImage
in The parameter to store the last snapshot taken.

Exceptions

An error has occurred during FingerCapture Library execution.
void getLastSnapshot(CaptureImage snapshot)

Parameters

snapshot CaptureImage
in The parameter to store the last snapshot taken.

Exceptions

An error has occurred during FingerCapture Library execution.
public void GetLastSnapshot(CaptureImage snapshot)

Parameters

snapshot CaptureImage
in The parameter to store the last snapshot taken.

Exceptions

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

Parameters

in Handle to the FingerScanner object.

in The parameter to store the last snapshot taken.

Returns

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