PFCameraKitLevel
enum PFCameraKitLevel : NSUInteger {}
Preset CameraKit threshold levels.
Use these levels with -setCameraKitLevel: to apply predefined face size,
head pose, and lighting thresholds. PFCameraKitLevelRelaxed is the default
level when PFCameraKit is initialized.
-
Applies the most restrictive thresholds.
Declaration
Objective-C
PFCameraKitLevelStrict -
Applies balanced thresholds for general use.
Declaration
Objective-C
PFCameraKitLevelModerate -
Applies the most permissive thresholds.
Declaration
Objective-C
PFCameraKitLevelRelaxed
PFCameraKitLevel Enumeration Reference