Name Last Update
.vscode Loading commit data...
android Loading commit data...
example Loading commit data...
ios Loading commit data...
lib Loading commit data...
ohos Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.metadata Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
pubspec.yaml Loading commit data...

processing_camera_image

A Flutter plugin for Android and IOS for processing camera image with format YUV from camera plugin of google.

Getting started

  • This pluin only process image camera with type YUV, please set format type of camera image if you use camera plugin of google.
  • I support export channel 8bit gray per pixel for processing face detecting .

IOS

  • Only use funtion with tag IOS ( except processCameraImageToGray8Bit).