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

public static final CameraFacing Back

Selects the back camera.

Front

public static final CameraFacing Front

Selects the front camera.

Last updated