Enroll-3D
This function allows your app to enroll a person according to the capture of their determined biometric data. You can send an externalDatabaseRefID parameter as a unique identifier (for example, the identification number of the person) to be associated with a faceScan. Sending this identifier is optional, if it is not sent it will be auto-generated. A session ID is also returned, useful for tracking the scan.
Note
It's required to initialize the SDK (Initialize function) to be able to use the rest of the FaceTec functions.
Parameter Configuration
This function allows you to configure input values as described in the Input Registers table.
Function ID
Register | Value |
---|---|
110 | 2 |
Input Registers
Register | Description | Mandatory | Value | Application Version |
---|---|---|---|---|
390 | externalDatabaseRefID: Unique Identifier, associate enrollment with an ID. If empty, it generates a random number. | No | [Unique identifier] | 7.1.0 |
396 | Output Image ID. Register ID where the user image will be saved.If not set, image won't be saved. | No | [Image ID] | 6.5.1 |
Output Registers
Register | Description | Value | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
112 | Call Result |
| ||||||||||||||||||||||||||||||||||
290 | SessionID | ID for this enrollment | ||||||||||||||||||||||||||||||||||
291 | ImageBase64 | AuditTrailImage in base64 | ||||||||||||||||||||||||||||||||||
292 | externalDatabaseRefID | externalDatabaseRefID used in the session |