processing_camera_image 0.0.4
processing_camera_image: ^0.0.4 copied to clipboard
A new Flutter project.
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).