Skip to content

@camera.ui/sdk / camera / FaceDetectionSettings

Interface: FaceDetectionSettings

Defined in: camera/detection.ts:180

Face detection settings.

Properties

confidence?

optional confidence?: number

Defined in: camera/detection.ts:182

Minimum confidence threshold (0 - 1) for a face to count.


matchThreshold?

optional matchThreshold?: number

Defined in: camera/detection.ts:187

Minimum similarity (0 - 1) for a face to be recognized as an enrolled person. Higher means fewer false matches, lower means more matches.