Method Signature
Description
ThestartIdentyFingerprints() method initiates the Identy fingerprint capture module for capturing fingerprint biometric data. This method can capture multiple fingerprints in various configurations (left hand, right hand, specific fingers, etc.).
Parameters
Array of fingerprint detection modes specifying which fingers to captureCommon detection modes:
'L4F'- Left hand 4 fingers (index, middle, ring, pinky)'R4F'- Right hand 4 fingers (index, middle, ring, pinky)'LT'- Left thumb'RT'- Right thumb
['L4F', 'R4F'] to capture all 8 fingers (excluding thumbs)Identy service credentials
Optional configuration object for customizing the module’s behavior and appearance
Returns
A promise that resolves with the Identy fingerprints module response
Code Example
Detection Modes
The following detection modes are commonly supported:| Mode | Description |
|---|---|
L4F | Left hand 4 fingers (index, middle, ring, pinky) |
R4F | Right hand 4 fingers (index, middle, ring, pinky) |
LT | Left thumb |
RT | Right thumb |
Error Handling
The method may throw errors that can be identified usingFadSDK.Errors.Identy:
NO_CREDENTIALS- Missing credentialsTIME_OUT- Capture timeout exceeded
Fingerprint capture requires specialized hardware (fingerprint scanner) connected to the device. Ensure the scanner is properly connected and configured before using this module.
Always call
FAD_SDK.end() in a finally block to properly clean up resources after the module completes or fails.Related Methods
- startIdentyFace() - Face capture with Identy technology
- startFacetec() - 3D liveness detection with FaceTec