-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[camerax] Implement Image Streaming #3454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
6125eca
Recreating image capture impl from flutter/plugins
camsim99 5be1371
Merge remote-tracking branch 'upstream/main' into camx_imgcap
camsim99 b2fce3d
Fix integration tesT
camsim99 ed62a9a
Merge branch 'main' into camx_imgcap
camsim99 2e3027b
Analyzer pt 2
camsim99 fbd3fe5
Merge branch 'camx_imgcap' of github.com:camsim99/packages into camx_…
camsim99 dfa477e
Personal cleanup
camsim99 a651b92
Add initialization of controller
camsim99 884fd6c
Merge remote-tracking branch 'upstream/main' into camx_imgcap
camsim99 d5f8b91
Modify some docs
camsim99 060b7e5
Address review
camsim99 ff50c70
Merge remote-tracking branch 'upstream/main' into camx_imgcap
camsim99 fe6f1fc
Fix analyze
camsim99 e2643ae
Update packages/camera/camera_android_camerax/android/src/main/java/i…
camsim99 b7194f7
Update packages/camera/camera_android_camerax/lib/src/image_capture.dart
camsim99 dadc230
Start addressing review
camsim99 d15e1d4
Finish addressing review
camsim99 6dc2b77
Fix analyze
camsim99 f826b62
Generate mocks on stable
camsim99 0f7f29a
Fix/add tests
camsim99 1e9739b
Add isBound dart test
camsim99 83d6969
Start impl
camsim99 0f387e2
Add image analysis files
camsim99 0bf4f9a
Start filling in image streaming info
camsim99 97912fc
More dev
camsim99 b889e98
Dev
camsim99 e96c2ec
Fix flutter api
camsim99 cc2fcbe
Binding refactor
camsim99 00c51b1
Merge remote-tracking branch 'upstream/main' into camx_imgstr
camsim99 1e13e53
Undo format changes and change to example
camsim99 c37db5c
Start fixing ci errors
camsim99 80753a9
Fix fl analyze
camsim99 9edf9ac
Merge remote-tracking branch 'upstream/main' into camx_imgstr
camsim99 7ce175e
Finish implementation
camsim99 cb62063
Generate mocks
camsim99 8ccc7ed
Start adding tests
camsim99 2220bda
Merge remote-tracking branch 'upstream/main' into camx_imgstr
camsim99 a27cd4c
Start adding tests
camsim99 9d74956
Add file
camsim99 64b190e
Add java test
camsim99 fea7e98
Add tests
camsim99 22f271b
self review
camsim99 3867ce0
Fix analyzer and formatting
camsim99 03a2f6d
Merge remote-tracking branch 'upstream/main' into camx_imgstr
camsim99 8d08cff
Wrapping with generator
camsim99 c7c2e2f
Add more implementation
camsim99 f478e31
Correct autogenerator on dart classes
camsim99 9877601
Correct generator on java files
camsim99 f334259
Fix plugin code minus todos
camsim99 752c8ba
Make fixes required to build apk
camsim99 3dbd87d
Merge remote-tracking branch 'upstream/main' into camx_imgstr
camsim99 62b1925
Fix java tests
camsim99 14cc602
Fix java test names
camsim99 1f420da
Get feature working
camsim99 c550fc0
Fix plugin test
camsim99 e3fa142
Fix analyzer test
camsim99 8dc333c
Fix plane proxy test
camsim99 d5bfdac
Fix image proxy test
camsim99 6034265
Fix image analysis test
camsim99 a719034
Fix analyze
camsim99 193ce9c
Format
camsim99 914e244
Change getters to params, fix java tests
camsim99 b704ff5
Fix analyze, dart tests
camsim99 6bae352
Add nonnull annotation for lint
camsim99 e4f522e
Bump test rerun
camsim99 9d70b2e
Merge remote-tracking branch 'upstream/main' into camx_imgstr
camsim99 f2a6167
Add annotations, try fix for test
camsim99 c42f7a1
Formatting
camsim99 402af7b
Add annotation
camsim99 c711743
Revert instance manager integration test changes
camsim99 5091aa3
Address review, mock test instance manager host api for failing test
camsim99 c6c5753
Remove asserts in plugin code
camsim99 619a165
Fix comment
camsim99 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add tests
- Loading branch information
commit fea7e981e36de288f7d051afe6fdb6f4e396b954
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
352 changes: 234 additions & 118 deletions
352
...oid_camerax/android/src/main/java/io/flutter/plugins/camerax/GeneratedCameraXLibrary.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.