id3 FingerCapture API¶
id3 Finger SDK provides an easy to use programming interface available in various languages.
It consists of several components providing easy access to advanced biometric functionalities.
It includes:
Classes¶
Defines all available capture modes that can be used for capturing fingerprints.
|
|
This class provides the core functionalities for interacting with the fingerprint capture hardware.
It includes methods for retrieving the library’s version information in different formats.
|
|
Provides a list of all possible finger positions used during fingerprint capture.
|
|
This class represents a channel for capturing fingerprint data.
It extends the device channel capabilities and includes several events and properties specific to fingerprint capture processes, such as initiating and stopping captures, handling device status changes, and receiving image data.
|
Enumerations¶
Capture device vendor identifiers (registered by IBIA).
|
|
Enumerates the possible error codes returned by this SDK.
|
|
Defines the various modes available for capturing fingerprints using the system.
Each mode is suited for different scanning requirements and operational contexts.
|
|
Provides a comprehensive list of status codes representing various states and events during the fingerprint capture process.
These codes facilitate precise control and monitoring of the capture sequence and device behavior.
|
|
Flags representing the position of each finger during the capture process. These flags are used to specify which fingers are being captured and their respective positions.
|
Callbacks¶
A callback function that is invoked with status updates and errors during the fingerprint capture process. This function is critical for monitoring the operational status and handling any issues that arise.
|
Exceptions¶
This exception is thrown when an error occurs in the id3 FingerCapture library. |