Android capture options

Last updated: October 28, 2024

This topic describes how to configure capture options on Android.

Feature Option name Supported SDK versions Description
External camera support options.capture.camera All

Enables support for external camera support with kiosks.

Enum (FRONT (default), EXTERNAL)

Alternative face detectors options.capture.faceDetector 8.x Deprecated, will be removed in future versions.

Optionally select the face detector. May require the addition of other dependencies.

Is a trade off between analysis, speed, accuracy, and application size impact. For detail see: https://github.com/iProov/android/#alternative-face-detectors

Enum AUTO (default), ML_KIT, BLAZEFACE, CLASSIC

Next step

Android network options