ActiveFaceCaptureFactory
class ActiveFaceCaptureFactory : ObservableObject
This class is responsible for creating instances of the ActiveFaceCaptureSessionController.
-
This variable holds an instance of the ActiveFaceCaptureSessionController.
Declaration
Swift
var activeFaceCaptureController: ActiveFaceCaptureSessionController?
-
This method returns an instance of the ActiveFaceCaptureSessionController. If the controller is not already created, it creates a new instance. It ensures that only one instance of the controller is created and reused.
Declaration
Swift
func getActiveLivenessController() -> ActiveFaceCaptureSessionController