LIPSFace™ SDK Developer Guide
Example Code Explanation
We provide the source code of sample app Ni2FaceRecognition
in LIPS_Samples/Ni2FaceRecognition/Ni2FaceRecognition.cpp
.
Initialize SDK and setup video streams
Enroll Face
Use threading when calling below functions. This can keep video stream running
Recognize Face
Use threading when calling below functions. This can keep video stream running
Delete enrolled Face
Use threading when calling below functions. This can keep video stream running
Appendix
SDK Error Code
Code
Message
0xE001
Face Not Recognize
0xE002
No Face Detect
0xE003
Liveness Fail
0xE004
Mask Fail
0xE005
Liveness Fail
0xE006
Get Feature Fail
0xE00C
Has Shielding Fail
0xE00D
Eye Unclear
0xE00E
Low Confidence Landmark
Function Map to Realsense F455
Last updated