Biometrid Android SDK
3.0.2
3.0.2
  • Introduction
  • Standard SDK
    • Initialization
    • Requirements
    • Enums
    • Installation
      • Gradle
    • Process Management
      • Create Process
      • Previous Step
      • Get Step State
    • Update Step Management
      • Update Step
    • Liveness Validation
    • Photo Capture
      • Configurations
    • Auto Capture
      • Configurations
    • NFC Passport Reader
      • Scan result
      • Configurations
    • Biometric Authentication
    • Device Location
    • Presence Detection
      • Configurations
  • Full SDK
    • Initialization
    • Requirements
    • Installation
      • Gradle
    • Start
    • Photo Capture
    • Liveness Validation
    • Callbacks
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Full SDK

Photo Capture

This section describes the photo capture process.

In order to improve the user experience and performance of the WebView, every time it is required to use the camera functionality, the Full SDK will exit from the WebView and open a native camera activity which then returns the results back to the WebView, resuming the created process flow.

There are various camera modes that can be used and configured through the backend, described below:

  • Back camera (Default camera mode)

  • Frontal camera (For scenarios where a face photo is required)

  • Document Capture camera (For scenarios where identification documents are required)

    • Automatically detects and captures documents.

    • Prevents capture when subject is out of focus.

    • Allows usage of the front and back cameras.

    • Allows manual photo capture.

PreviousStartNextLiveness Validation

Was this helpful?