FingerScanner.getPreviewImage Method¶
Module: FingerScanner
Definition¶
Obtains the most recent preview image from the ongoing capture session.
get_preview_image(self, picture: FingerImage) -> bool
Parameters
picture
FingerImagein The parameter to store the latest preview image.
Returns
bool
Indicates whether the preview image is available.
Exceptions
An error has occurred during FingerCapture Library execution.
bool getPreviewImage(FingerImage picture)
Parameters
picture
FingerImagein The parameter to store the latest preview image.
Returns
bool
Indicates whether the preview image is available.
Exceptions
An error has occurred during FingerCapture Library execution.
public bool GetPreviewImage(FingerImage picture)
Parameters
picture
FingerImagein The parameter to store the latest preview image.
Returns
bool
Indicates whether the preview image is available.
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_GetPreviewImage (
ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner,
ID3_FINGER_IMAGE hPicture,
bool * available)
Parameters
hFingerScanner
ID3_FINGER_CAPTURE_FINGER_SCANNERin Handle to the FingerScanner object.hPicture
ID3_FINGER_IMAGEin The parameter to store the latest preview image.available
bool *out Indicates whether the preview image is available.
Returns