Skip to content

[EN] Overview

gujiayang edited this page Feb 26, 2017 · 2 revisions
  1. About Megvii-Facepp Android SDK Project ===
  • This project is an Android wrapper of Face++ Face SDK, offering a set of application interfaces for armv7, arm64 processor devices;
  • Project source code is also provided here, in order to facilitate the development and integration with Face++ Face SDK;
  • While Face++ Face SDK is compiled in C format, this wrapper is written in Java (Android) for Android developers.
  1. Applicability ===
  • Certain understanding of Android programming and NDK is required for using SDK interfaces of this project;
  • Also as an Android Studio project, this project can be used to export aar file, or jar + *.so files for Eclipse users;
  • Online Licensing version of SDK (aar or jar file) can be found in release version of this Git Repo as well.
  1. SDK Compatibility ===
  • This SDK is compatible with Android 4.0 (API 14) or later version;
  • To achieve best performance, Android device with Snapdragon 600 or better CPU is recommended.
  1. Online & Offline Licensing SDK ===
  • Online Licensing version can be accessed from Face++ website after you create an account and top up. Online licensing version provides up-to-date face detection, face tracking, landmarks, 3D pose features;
  • Offline Licensing version provides more facial recognition features. For more information, please contact our sales. ([email protected])
  1. Start Using SDK ===
  • Please turn to Get Started for how to compile aar or jar + *.so Android library with the source code;
  • After that, you can deploy a demo to learn more about Face++ Face SDK.