SDKs and APIs

SAFR Software Development Kit or REST APIs

For SAFR Embedded SDK, how much RAM is needed for face detection without any face recognition?
The recognition model size is about 20 MB, so you'll need 20 MB less RAM than the official system requirements for your platform. The system requirement...
Fri, 22 Jan, 2021 at 7:54 PM
Managing Tenants Using the REST API
This article describes how to add users to tenants, remove users from tenants, or edit the tenant configuration using the REST API.  Note: Tenants can a...
Sat, 13 Feb, 2021 at 6:36 AM
What settings affect performance the most?
The Minimum searched face size setting affects performance the most. It determines how small of face to search in the image. If your use case involves large...
Fri, 22 Jan, 2021 at 8:07 PM
Delete All Events Using the REST API
To delete all the events recorded for a directory "abc" using the REST API, run the following command: curl -X DELETE "https://cv-event.r...
Sat, 13 Feb, 2021 at 6:40 AM
Are DidTrack events guaranteed to arrive in the order of the input frames to ObjectTracker?
Yes.
Fri, 22 Jan, 2021 at 8:11 PM
Updating Identities with REST API
When you update an identity with new information (e.g. an updated name, phone number, etc.) using the Desktop Client or Web Console, the metadata for all ev...
Sat, 13 Feb, 2021 at 6:42 AM
What are the minimum and maximum values for ObjectTrackerConfiguration.MaxLingeringFramesCount?
The minimum value is 0. There isn't an enforced maximum value.
Fri, 22 Jan, 2021 at 8:13 PM
Get images from person events using the REST API
This article describes how to get event images (both scene images and cropped face images) and reference person images from person detection events.  Ge...
Wed, 10 Mar, 2021 at 7:58 PM
When ObjectTracker is used to detect faces on video, is it possible to detect changing scenes? (e.g. switching cameras)
There are several options on how to handle scene changes:  Setting ReconfirmIdentityOnSceneChange = true will automatically force re-recognition of tra...
Fri, 22 Jan, 2021 at 8:21 PM
Building Digital Signage Solutions with SAFR
Below is a DRAFT Article based on a single response to a speciric.  More work is needed to finish it.  It should be generalized. Question: I wish to bu...
Sat, 28 May, 2022 at 6:26 PM