Distribution¶
This section describes how to distribute your application implementing functionalities of the id3 Face SDK.
Important
To deploy a product developed with id3 Face SDK, the integrator should obtain runtime licenses corresponding to the modules and functionalities used by the application.
Please see sample for licence management strategies.
Distributing Windows applications¶
To distribute a Windows application that uses id3 Face SDK, you must deploy the following libraries and files:
id3Face.dll
Microsoft Visual C++ 2017 Redistributable
For .NET applications the .NET librairy id3.Face.dll shall be distributed in addition to the Windows native libraries.
For Java applications the java archive file eu.id3.face.jar shall be distributed in addition to the native libraries.
Note
For GPU usage, additional requirements are specified in section Additional Requirements for GPU version.
Distributing Linux applications¶
To distribute a Linux application that uses id3 Face SDK, you must deploy the following libraries and files:
libid3Face.so
For Java applications the java archive file eu.id3.face.jar shall be distributed in addition to the native libraries.
Distributing Android applications¶
For Android applications this SDK is provided as an android archive file eu.id3.face.aar. This archive contains java classes and the native libraries for both armeabi-v7a and arm64_v8a architecture. It must be included along with your application. Please refer to the samples for more information on android usage.
On Jetson Nano¶
JetPack 4.6 OS