Liveness Detection
In order to verify the authenticity of a user, Biometrid's liveness engine expects the end-user to perform some basic interactions with the device in hand.
The android version of the SDK requires the developer to create a basic view where the liveness detection surface will be shown.
Example XML implementation
Method
startLivenessDetection
method
String biometrid_id
String biometrid id
LivenessCustomisation customisation
Object
AuthFaceCallback context
Applicational context
The result of the verification will be shown on the callback as represented below.
Callback
livenessDetectionResult
callback
boolean status
Request status
String photo
Photo in base64
String template
Facemap in base64
Errors errors
Error object
Basic implementation
For more information on this technology please contact us
Last updated