Face Recognition React Native SDK
Face recognition React Native SDK with liveness detection
Last updated
Face recognition React Native SDK with liveness detection
Last updated
You can skip this section if you have already installed React Native environment.
Please refer to this document to setup React Native Environment
Android App
iOS App
1.1 Face SDK Setup
Android
Copy the SDK (libfacesdk
folder) to the android
folder of your project.
Add SDK to the project in settings.gradle
.
2.1 FaceSDKModule
Activate FaceSDK
Initialize FaceSDK
Set parameters
Extract face images
Calculate similarity between faces
2.2 FaceRecognitionSdkView
To deal with native camera screen and face detection, please refer to this.
How to get the face detection results
How to start and stop the camera