Method Signature
Description
ThestartIdentyFace() method initiates the Identy face capture module for capturing high-quality facial biometric data. This method captures face templates suitable for biometric verification and authentication.
Parameters
Identy service credentials
Optional configuration object for customizing the module’s behavior and appearance
Returns
A promise that resolves with the Identy face module response
Code Example
Error Handling
The method may throw errors that can be identified usingFadSDK.Errors.IdentyFace:
NO_MODEL_URL- Missing credentials or model URLERROR_BROWSER_VERSION_NOT_SUPPORTED- Browser version is not supportedTIMEOUT- Capture timeout exceeded
The Identy face capture module requires camera permissions and a supported browser version.
Always call
FAD_SDK.end() in a finally block to properly clean up resources after the module completes or fails.Related Methods
- startFacetec() - 3D liveness detection with FaceTec
- startLivenessToc() - Liveness detection with TOC
- startIdentyFingerprints() - Fingerprint capture with Identy