Skip to content

Face SDK Installation

The Face SDK consists of two frameworks: API and Core.

graph LR
  A(Face SDK) --> B(API);
  A --> C(Core);
  B --> D(Common);

The API framework provides the external interface for controlling the process and getting the result. It depends on the Common framework that is an interface for working with the camera and other modules.

The Core framework is the internal framework, it is used by the API framework only and is not accessible for developers. However, it should be referenced in the project.

To navigate to the detailed installation guides, pick the platform of interest: