Skip to content

Overview#

LUNA PASS is a service designed to perform Liveness checks using a web browser from frames of a video stream from a webcam.

LUNA PASS consists of a client (LUNA PASS UI) and a software components (LUNA PASS API).

LUNA PASS UI performs the following functions:

  • capturing video stream of webcam or mobile device camera with two shooting modes: operator (shooting is carried out by an operator, the resulting image isn't mirrored) and selfie (shooting without an operator, the resulting image is mirrored);
  • sending video stream frames to the hardware-software (server) component;
  • displaying the processing results.

Software components of LUNA PASS API performs the following functions:

  • receiving video stream frames from the client component;
  • frame processing;
  • face detection;
  • face attributes extraction and estimation;
  • Liveness check;
  • sending the results to the client component.

LUNA PASS works: on the Web, on the Web on mobile phones, in WebView on mobile device applications.