ArcFaceCameraView constructor

ArcFaceCameraView({
  1. required ArcFaceController controller,
  2. bool? showRectView,
  3. double? similarity,
  4. bool? livingDetect,
  5. int? maxDetectNum,
  6. required Function onCreated,
})

Implementation

ArcFaceCameraView(
    {required this.controller,
    this.showRectView,
    this.similarity,
    this.livingDetect,
    this.maxDetectNum,
    required this.onCreated});