JCV顔認証SDK
2.0.5, English
2.0.5, English
  • Introduction
  • Function Description
  • Update log
  • Frequently Asked Questions
  • Quick start
    • Windows QuickStart
    • Linux QuickStart
    • ARM Linux QuickStart
    • Android QuickStart
  • Interface description
    • Authorization Instruction
    • C Interface description
      • Authorization Interface
      • Structure and Interface Configuration Parameter Macro Definition
      • Monocular Face Tracking
      • Binocular Face Tracking
      • Monocular Liveness Detection
      • Binocular Liveness Detection
      • Face Quality Detection
      • Static Image Face Detection
      • Extract Face Features
      • Face 1:1 Comparison and 1:N Search
      • Error Code
    • Java Interface Description-FaceproLibrary
    • Java Interface Description-Results
    • Android Interface Description
Powered by GitBook
On this page
  • Android Studio test description
  • Authorization mechanism description
  • Sample function description

Was this helpful?

  1. Quick start

Android QuickStart

PreviousARM Linux QuickStartNextInterface description

Last updated 2 years ago

Was this helpful?

Android Studio test description

  • Unzip the zip file, in Android Studio, go to File —— Open —— , select the directory to unzip project.

  • Copy the authorization certificate file SENSEID_....lic provided to the assets directory, which is inside the sample directory. (Invalid sample authorization certificate that already exists in the assets folder can be deleted).

  • Inside the sample code of the Android project, find the method for obtaining the activation code MainActivity.init(), change SenseID_FacePro.lic into the name of the authorization certificate file copied in step b.

  • Connect Android device and run module to test。

Authorization mechanism description

For detailed information, please refer to Chapter .

Sample function description

Android Sample contains three modules: 1:1, monocular 1:N detection and binocular 1:N detection.

1:1 module is a static image comparison module, including static image detection and 1:1 face comparison.

Monocular 1:N module is a dynamic face detection module, including functions of monocular face tracking, monocular liveness detection and face search.

Binocular 1:N module is a dynamic face detection module, including functions of binocular face tracking, binocular liveness detection and face search.

Among the three modules, monocular 1:N module and binocular 1: N module need different interfaces for face tracking and liveness detection, respectively. However, there is no difference between the two modules in the 1:N search section.

Authorization Instruction