Biometrics Android
1.3
Search
K
Comment on page

CameraFacing

A typesafe enumeration of the camera to be used during the liveness detection process
import com.sybrin.livenessdetection.enums.CameraFacing
import com.sybrin.facialrecognition.enums.CameraFacing

Summary

Enum values
Back
Selects the back camera.
Front
Selects the front camera.

Enum values

Back

public static final CameraFacing Back
Selects the back camera.

Front

public static final CameraFacing Front
Selects the front camera.