FingerScanner.takeSnapshot Method¶
Module: FingerScanner
Definition¶
Takes a snapshot during an ongoing capture session and stores it for later retrieval.
take_snapshot(self) -> None
Exceptions
An error has occurred during FingerCapture Library execution.
void takeSnapshot()
Exceptions
An error has occurred during FingerCapture Library execution.
public void TakeSnapshot()
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_TakeSnapshot (
ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner)
Parameters
hFingerScanner
ID3_FINGER_CAPTURE_FINGER_SCANNERin Handle to the FingerScanner object.
Returns