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
CaptureImagein The parameter to store the last snapshot taken.
Exceptions
An error has occurred during FingerCapture Library execution.
void getLastSnapshot(CaptureImage snapshot)
Parameters
snapshot
CaptureImagein The parameter to store the last snapshot taken.
Exceptions
An error has occurred during FingerCapture Library execution.
public void GetLastSnapshot(CaptureImage snapshot)
Parameters
snapshot
CaptureImagein 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
hFingerScanner
ID3_FINGER_CAPTURE_FINGER_SCANNERin Handle to the FingerScanner object.hSnapshot
ID3_DEVICES_CAPTURE_IMAGEin The parameter to store the last snapshot taken.
Returns