SDKs and APIs
SAFR Software Development Kit or REST APIs
SAFR Embedded SDK runs on many different types of devices with a wide range of performance. To validate if SAFR is fast enough for your device, you can use...
Thu, 23 Sep, 2021 at 8:57 PM
This article explains how to get face overlay data and image for a video feed. This can be useful in developing integration with SAFR to show overlay i...
Mon, 11 Apr, 2022 at 9:24 PM
To use the Linux SDK the following additional libraries must be installed for a successful build: sudo apt - get install libcurl3 libatomic1 libgomp1 li...
Sat, 28 May, 2022 at 7:43 PM
The recognition threshold can be adjusted by changing the value of header X-RPC-FACES-GROUPING-THRESHOLD. The bigger the value of the threshold the more dif...
Tue, 22 Mar, 2022 at 4:15 AM
Use similar_limit query parameter in POST /people request.
Tue, 22 Mar, 2022 at 4:15 AM
Extract the andorid device log using following instructions: https://developer.android.com/studio/command-line/logcat?hl=ja In short, If you don't ...
Sun, 22 Jan, 2023 at 5:16 PM
If you want to update (replace) face image (which also updates the biometric signature) of a person by API, use the following with the post /people API ...
Mon, 28 Oct, 2024 at 11:10 PM
This article explains how to build "facecompare" sample app which is included in ESDK for Android package. If you unpack the ESDK package downloa...
Thu, 6 Jul, 2023 at 7:42 AM
SAFR API to add a person with face image is POST /people. By design, this API will match an existing person before adding a new person. To force SAFR to a...
Mon, 28 Oct, 2024 at 11:15 PM