Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

LiangLuDev/face_collect_native

Open more actions menu

Repository files navigation

Liveness face collect native

A plugin for liveness face recognition and capture. support Android and iOS

Features

  • To recognize a face, keep still within the face recognition frame to ensure clarity and accuracy.
  • Determine if you are a real person through blinking and smiling.
  • Animation during facial scanning.
  • Return a clear and accurate image of the face.

Screenshot

How to use

PermissionStatus status = await Permission.camera.request();
  if (status.isGranted) {
    Uint8List? faceBytes = await FaceCollectScreen.show(context);
    if (faceBytes != null) {
      setState(() {
        this.faceBytes = faceBytes;
      });
    }
  }
  
/// show face image
Image.memory(faceBytes!, width: 300, fit: BoxFit.cover),

About

A plugin for liveness face recognition and capture. support Android and iOS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.