Skip to content

Overview#

LUNA PASS is a service for checking Liveness using frames of a video stream from a webcam.

LUNA PASS consists of two components:

  • client component, LUNA PASS UI;
  • software component, LUNA PASS API.

LUNA PASS UI performs:

  • capturing video stream of webcam or mobile device camera with two shooting modes (see the integration documentation for details — /docs/jslib/LunaPass.html):
  • operator: the operator takes pictures, the resulting image isn't mirrored;
  • selfie: the operator does not participate in the shooting process, the resulting image is mirrored;
  • sending video stream frames to LUNA PASS API;
  • displaying the processing results.

LUNA PASS UI works: works in a web browser on PCs and mobile devices, as well as in WebView1 in mobile device applications.

LUNA PASS API performs:

  • receiving video stream frames from LUNA PASS UI;
  • frame processing;
  • face detection;
  • face attributes extraction and estimation;
  • Liveness check;
  • Deepfake score;
  • sending the results to LUNA PASS UI.

  1. Android WebView is a pre-installed system component from Google that allows Android apps to display web content.