mediapipe_face_mesh 1.2.2 copy "mediapipe_face_mesh: ^1.2.2" to clipboard
mediapipe_face_mesh: ^1.2.2 copied to clipboard

Flutter plugin for MediaPipe Face Mesh inference on Android/iOS, supporting RGBA and NV21 inputs via an FFI-powered TFLite core.

1.2.2 #

  • add enableRoiTracking option in FaceMeshProcessor.create to control internal ROI tracking between frames

1.2.1 #

  • add enableRoiTracking option in FaceMeshProcessor.create to control internal ROI tracking between frames

1.2.0 #

  • improve README usage guidance and stream/camera documentation
  • rename FaceMeshStreamProcessor.processImages to FaceMeshStreamProcessor.process
  • adjust default _boxScale from 1.3 to 1.2 in mediapipe_face_mesh.dart

1.1.1 #

  • document official LiteRT build instructions and expected binary locations in README

1.1.0 #

  • replace bundled tensorflow/lite and tensorflow/compiler headers with upstream copies
  • add runtime delegate selection (CPU / XNNPACK / GPU V2) and expose the option through the Dart API
  • update README to reflect delegate support and document TensorFlow source folders

1.0.3 #

  • run dart format . across the repo
  • shorten pubspec.yaml description to satisfy length requirements

1.0.2 #

  • add detailed plugin description and document key public APIs
  • enable public_member_api_docs lint
  • update README.md
  • fix corrupted example/assets/img.png binary

1.0.1 #

  • update docs

1.0.0 #

  • Initial public release of the MediaPipe Face Mesh FFI plugin for Android and iOS
0
likes
160
points
185
downloads

Publisher

verified publishercornpip.dev

Weekly Downloads

Flutter plugin for MediaPipe Face Mesh inference on Android/iOS, supporting RGBA and NV21 inputs via an FFI-powered TFLite core.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on mediapipe_face_mesh

Packages that implement mediapipe_face_mesh