ShowCameraParams

constructor(disableErrors: Boolean = DISABLE_ERRORS_DEFAULT, recordVideo: Boolean = RECORD_VIDEO_DEFAULT, videoQuality: TextureMovieEncoder.VideoQuality = VideoQuality.LOW, recordingTimeMillis: Long = 0, ignoreVideoWithoutFace: Boolean = IGNORE_VIDEO_WITHOUT_FACE_DEFAULT, logToFile: Boolean = LOG_TO_FILE_DEFAULT, borderDistanceStrategy: InitBorderDistancesStrategy = InitBorderDistancesStrategy.Default, statusBarColorHex: Int = Color.BLACK)

Parameters

disableErrors

disable default error messages

ignoreVideoWithoutFace

when true CameraUIDelegate.bestShot will return null in videoPath if there were no faces detected during session when false - path to every video will be returned even without faces