Skip to main content
Version: 3.8.0

Getting Started

Face SDK Trial

To get started with Face SDK, download free Face SDK Trial license.
Note: The Trial license is not supported on iOS. Please contact us to get the free trial for iOS.
To remove trial limitations, you need to purchase Face SDK license. Contact us at face@3divi.com if you have any questions.

Downloading and Extracting Face SDK

  1. Get free Face SDK Trial license or purchase the Face SDK license.
  2. Clone this repository or download the distribution package from http://download.3divi.com/facesdk/archives/latest.html (here you can find the complete distribution packages for the most popular operating systems). If you download the distribution package from http://download.3divi.com/facesdk/archives/latest.html, go to Step 5. If you clone the repository, run the commands below (please note that it's important to clone this repository instead of downloading it):
$ git clone https://github.com/3DiVi/face-sdk/face-sdk.git
$ cd face-sdk
  1. Download the Face SDK runtime using Git LFS:
$ git lfs install
$ git lfs pull
  1. Extract one of the archives with the runtime depending on your platform: windows_x86_64.zip, windows_x86_32.zip, linux_x86_64.tar.xz, linux_x86_32.tar.xz, linux_armhf_32.tar.xz, linux_aarch64.tar.xz, android_arm_32.tar.xz, android_arm_64.tar.xz, ios_arm_64.tar.xz.
    When extracting the archive, specify the path to the Face SDK root – the folders bin and lib should be located at the same level with the folders conf, docs, examples, include, and share.

Extraction path – root folder of the Face SDK distribution

  1. Copy the Face SDK License (3divi_face_sdk.lic) to the license folder
  2. To explore the features of Face SDK, check out our samples that will show you how to work with C++, Java, C#, Python API, and Unity.