This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Add byte streaming capability for the camera #965
Merged
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
c3f703e
Start of Android side of byte stream passing
bparrishMines f310580
dart side of byte streaming
bparrishMines 87fdb60
Fix android streaming
bparrishMines 673b003
Merge branch 'master' of github.com:flutter/plugins into camera_android
bparrishMines 8d353ad
Add ios byte streaming
bparrishMines 0291a29
Convert buffer to uiimage to pass over
bparrishMines 31f746a
formatting
bparrishMines 5fcfeb2
Stream yuv bytes instead
bparrishMines 040d1ae
Make video format a constant
bparrishMines 16d1d32
Pass back metadata for ios image
bparrishMines 8e88978
Pass back metadata for android image
bparrishMines 67f8304
Dart code now parses camera image buffer
bparrishMines 646283a
YUV image to bgra
bparrishMines 7e99691
Add documentation
bparrishMines 4cbfab9
Only pass available data on Android
bparrishMines aa0e263
Merge branch 'master' of github.com:bparrishMines/plugins into camera…
bparrishMines 9b2ae22
Merge branch 'master' of github.com:flutter/plugins into camera_andro…
bparrishMines 297fe7a
Bump version
bparrishMines bdd9007
Formatting
bparrishMines ccc057b
create imageformat error
bparrishMines 989edf6
Don't return from null
bparrishMines 22ce601
Merge branch 'master' of github.com:bparrishMines/plugins into camera…
bparrishMines b1d7b89
Init buffers in constructor
bparrishMines aa3db0c
Add yuv ios format
bparrishMines 0349ae2
Used presets with defined resolution. Sometimes resolution would come…
bparrishMines 2633c49
Formatting
bparrishMines 6377c64
Move CameraImage classes to separate file
bparrishMines 6660a68
Move camera.dart to src folder
bparrishMines a4d278e
Create camera library
bparrishMines 045dd53
Better name and comments
bparrishMines 01520fe
Change from library camera file
bparrishMines 6155620
bytestream -> imagestream
bparrishMines 5898b4c
Comments and names
bparrishMines 7617bb9
Formatting
bparrishMines f18db98
Added resolution and fps todo
bparrishMines 0bf466a
Unmodify file
bparrishMines a53222b
Empty commit to rerun tests
bparrishMines fe965d1
Remove TODO from documentation
bparrishMines 7c0228f
Merge branch 'master' of github.com:flutter/plugins into camera_andro…
bparrishMines 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
formatting
- Loading branch information
commit 31f746aa477d6e35ae066fe34e30fc6a7b676b6e
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
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
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.