FingerScanner.getCurrentFrame Method¶
Module: FingerScanner
Definition¶
Retrieves the current live frame from the capture session.
get_current_frame(self, frame: CaptureImage) -> bool
Parameters
frame
CaptureImagein The parameter to store the current live frame.
Returns
bool
Indicates whether the current frame is available.
Exceptions
An error has occurred during FingerCapture Library execution.
bool getCurrentFrame(CaptureImage frame)
Parameters
frame
CaptureImagein The parameter to store the current live frame.
Returns
bool
Indicates whether the current frame is available.
Exceptions
An error has occurred during FingerCapture Library execution.
public bool GetCurrentFrame(CaptureImage frame)
Parameters
frame
CaptureImagein The parameter to store the current live frame.
Returns
bool
Indicates whether the current frame is available.
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_GetCurrentFrame (
ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner,
ID3_DEVICES_CAPTURE_IMAGE hFrame,
bool * available)
Parameters
hFingerScanner
ID3_FINGER_CAPTURE_FINGER_SCANNERin Handle to the FingerScanner object.hFrame
ID3_DEVICES_CAPTURE_IMAGEin The parameter to store the current live frame.available
bool *out Indicates whether the current frame is available.
Returns