Showing
4 changed files
with
11 additions
and
13 deletions
1 | # processing_camera_image | 1 | # processing_camera_image |
2 | 2 | ||
3 | -A new Flutter project. | 3 | +A Flutter plugin for Android and IOS for processing camera image with format YUV from camera plugin of google. |
4 | 4 | ||
5 | -## Getting Started | ||
6 | - | ||
7 | -This project is a starting point for a Flutter | ||
8 | -[plug-in package](https://flutter.dev/developing-packages/), | ||
9 | -a specialized package that includes platform-specific implementation code for | ||
10 | -Android and/or iOS. | ||
11 | - | ||
12 | -For help getting started with Flutter, view our | ||
13 | -[online documentation](https://flutter.dev/docs), which offers tutorials, | ||
14 | -samples, guidance on mobile development, and a full API reference. | 5 | +## Getting started |
6 | +- This pluin only process image camera with type YUV, please set format type of camera image if you use camera plugin of google. | ||
7 | +- I support export channel 8bit gray per pixel for processing face detecting . | ||
15 | 8 | ||
9 | +## IOS | ||
10 | +- Only use funtion with tag IOS ( except `processCameraImageToGray8Bit`). |
@@ -204,7 +204,7 @@ packages: | @@ -204,7 +204,7 @@ packages: | ||
204 | path: ".." | 204 | path: ".." |
205 | relative: true | 205 | relative: true |
206 | source: path | 206 | source: path |
207 | - version: "0.0.3" | 207 | + version: "0.0.4" |
208 | quiver: | 208 | quiver: |
209 | dependency: transitive | 209 | dependency: transitive |
210 | description: | 210 | description: |
1 | name: processing_camera_image | 1 | name: processing_camera_image |
2 | description: A new Flutter project. | 2 | description: A new Flutter project. |
3 | -version: 0.0.3 | 3 | +version: 0.0.4 |
4 | repository: https://github.com/thuanpham98/processing_camera_image | 4 | repository: https://github.com/thuanpham98/processing_camera_image |
5 | homepage: https://github.com/thuanpham98/processing_camera_image | 5 | homepage: https://github.com/thuanpham98/processing_camera_image |
6 | 6 |
-
Please register or login to post a comment