Config.FaceTrackingMode


class Config.FaceTrackingMode


Feature that allows tracking of human faces.

Setting this feature to FaceTrackingMode.USER requires that the FACE_TRACKING Android permission is granted by the calling application.

Summary

Public companion properties

Config.FaceTrackingMode

Faces will not be tracked.

Config.FaceTrackingMode

The user's face will be tracked.

Public companion properties

DISABLED

val DISABLEDConfig.FaceTrackingMode

Faces will not be tracked.

USER

val USERConfig.FaceTrackingMode

The user's face will be tracked.