SDKs and APIs

SAFR Software Development Kit or REST APIs

How to validate Embedded SDK performance on your hardware
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
Getting face overlay for Video Feed
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
Linux library dependencies
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
How to adjust recognition thresholds through REST APIs?
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
How to find list of similar identities in person directory?
Use similar_limit query parameter in POST /people request.
Tue, 22 Mar, 2022 at 4:15 AM
Getting log file to debug Android App issues
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
How to update face image for a person by API
If you want to update face (image + signature) of a person by API, you should specify the target personId or your request may update wrong person's reco...
Sun, 4 Feb, 2024 at 12:08 PM
How to build "facecompare" sample app in ESDK for Android package
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