FingerScanner.checkCaptureCapability Method

Module: FingerScanner

Definition

Checks if the specified capture capability is supported by the device, returning a boolean result.

check_capture_capability(self, capture_capability: FingerCaptureMode) -> bool

Parameters

capture_capability FingerCaptureMode
in The capture capability to check.

Returns

bool
True if the capability is supported, false otherwise.

Exceptions

An error has occurred during FingerCapture Library execution.
bool checkCaptureCapability(FingerCaptureMode captureCapability)

Parameters

captureCapability FingerCaptureMode
in The capture capability to check.

Returns

bool
True if the capability is supported, false otherwise.

Exceptions

An error has occurred during FingerCapture Library execution.
public bool CheckCaptureCapability(FingerCaptureMode captureCapability)

Parameters

captureCapability FingerCaptureMode
in The capture capability to check.

Returns

bool
True if the capability is supported, false otherwise.

Exceptions

An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_CheckCaptureCapability (
    ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner,
    id3FingerCaptureMode eCaptureCapability,
    bool * result)

Parameters

in Handle to the FingerScanner object.

eCaptureCapability id3FingerCaptureMode
in The capture capability to check.

result bool *
out True if the capability is supported, false otherwise.

Returns

int
An error code.
See id3FingerCaptureError file for the list of possible error codes.