FingerScanner.getCapturedImage Method¶
Module: FingerScanner
Definition¶
Fetches the most recent image captured during the session.
get_captured_image(self, snapshot: FingerImage) -> None
Parameters
snapshot
FingerImagein The parameter to store the latest captured image.
Exceptions
An error has occurred during FingerCapture Library execution.
void getCapturedImage(FingerImage snapshot)
Parameters
snapshot
FingerImagein The parameter to store the latest captured image.
Exceptions
An error has occurred during FingerCapture Library execution.
public void GetCapturedImage(FingerImage snapshot)
Parameters
snapshot
FingerImagein 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
hFingerScanner
ID3_FINGER_CAPTURE_FINGER_SCANNERin Handle to the FingerScanner object.hSnapshot
ID3_FINGER_IMAGEin The parameter to store the latest captured image.
Returns