Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
processing_camera_image
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
thuanpm
2022-04-29 16:30:35 +0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dcc98ef89067f70d4d06f0facefc7b95b8d52b45
dcc98ef8
1 parent
d66f5ccd
update doc for publishing
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
13 deletions
CHANGELOG.md
README.md
example/pubspec.lock
pubspec.yaml
CHANGELOG.md
View file @
dcc98ef
## 0.0.4
-
Fix native code for IOS , optimize processing
## 0.0.3
-
Fix native code, avoiding overload memory
...
...
README.md
View file @
dcc98ef
# processing_camera_image
A
new Flutter project
.
A
Flutter plugin for Android and IOS for processing camera image with format YUV from camera plugin of google
.
## Getting Started
This project is a starting point for a Flutter
[
plug-in package
](
https://flutter.dev/developing-packages/
)
,
a specialized package that includes platform-specific implementation code for
Android and/or iOS.
For help getting started with Flutter, view our
[
online documentation
](
https://flutter.dev/docs
)
, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
## 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`
).
...
...
example/pubspec.lock
View file @
dcc98ef
...
...
@@ -204,7 +204,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.
3
"
version: "0.0.
4
"
quiver:
dependency: transitive
description:
...
...
pubspec.yaml
View file @
dcc98ef
name
:
processing_camera_image
description
:
A new Flutter project.
version
:
0.0.
3
version
:
0.0.
4
repository
:
https://github.com/thuanpham98/processing_camera_image
homepage
:
https://github.com/thuanpham98/processing_camera_image
...
...
Please
register
or
login
to post a comment