![]() |
Face SDK
1.14.1 Mozart release
Face Recognition Software Development Kit
|
The Java wrapper is distributed via Maven repository.
For desktop, server and ubuntu base embbedded systems the Java wrapper is .jar file with Java classes only.
The same version of The FaceSDK for C++ must be installed in these systems . See Getting started with C++ for details.
For Android systems the Java wrapper is .aar file containing all required native libs and algorithm's data.
Two packages are available for Android systems:
We recommend to choose package for API 29+, if your Android app is targeting to minSDK >= 29.
You need a login and a password to access Tech5 Maven repository.
Please contact Tech5 support team for getting the access.
Add reposipory definition in build.gradle:
Add required properties in gradle.properties:
Add dependency to your app or library:
Android packages have the suffixes -android-api21
or -android-api29