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.8k
[camera] Implemented ImageStream ImageFormat setting for Dart and Android #3359
Merged
mvanbeusekom
merged 57 commits into
flutter:master
from
Baseflow:image_stream_image_format
Jan 11, 2021
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
0a971a6
Implemented ImageStream ImageFormat setting for Dart and Android
danielroek 9773fea
Fixed formatting and toString test
danielroek db6c88a
Apply suggestions from code review
danielroek fa71493
Removed imageStreamImageFormat from CameraValue
danielroek e94b474
Removed imageStreamImageFormat from CameraValue
danielroek ccd0225
Removed imageStreamImageFormat from CameraValue
danielroek fa0c685
fixed formatting
danielroek 39bd9d1
fixed formatting
danielroek 288684f
fixed formatting
danielroek b1ddd57
WIP: iOS implementation
danielroek 332c2ba
Imaplemented suggested changes, added tests.
danielroek 9188fab
iOS switch case videoFormat
anniek-valk a9ca829
Added imageFormatGroup to initialize
danielroek ec6aa45
Apply suggestions from code review
danielroek 56f77ec
Added period to sentence
danielroek ecea347
Moved ImageFormatGroup to platform_interface; Added extension to conv…
danielroek ac23632
Fixed test
danielroek 4eea926
Separated Android and iOS in name extension
danielroek 9a86d26
Clarified returns on name extension
danielroek d5bc2a8
Merge branch 'image_stream_image_format_platform_interface' into imag…
danielroek f4e152f
updated Android implementation to support String output
danielroek 7f06e79
removed getOrDefault
danielroek c887e9d
Updated camera implementation to use ImageFormatGroupName; Updated to…
danielroek 18336f9
removed unused import
danielroek cf6345c
Export image_format_group.dart in types.dart
danielroek 81799a7
Changed enum values to lowercase
danielroek 6acd3ed
Merge branch 'image_stream_image_format_platform_interface' into imag…
danielroek ab15e89
Added ImageFormatGroup test
danielroek 098fd76
Fixed formatting
danielroek 6b65ed1
made enum strings lowercase
danielroek f8d9e4c
Removed target platform switch.
danielroek 8936a7f
Fixed formatting
danielroek bece2b7
Merge branch 'image_stream_image_format_platform_interface' into imag…
danielroek 71f77f4
Updated Android implementation
danielroek 2b6751b
Updated iOS implementation
danielroek 7e65ac1
updated log message for unsupported ImageFormatGroup
danielroek 5f1a17c
Updated Android implementation
danielroek 18efce6
fixed period in docs
danielroek 06ec92d
Switch change to if-statement
anniek-valk be3bb3d
Moved switching videoFormat to method in iOS
b0a67fc
Implemented feedback
0e04029
fixed formatting
fb90463
Merge branch 'master' into image_stream_image_format
danielroek 375396c
fixed mistakingly removed bracket
5ec0af9
fixed formatting
b0d603c
Merge remote-tracking branch 'origin/master' into image_stream_image_…
danielroek 793e52d
Merge branch 'image_stream_image_format_platform_interface' into imag…
danielroek 7953820
Updated version
danielroek 8ea2454
Updated version
danielroek f904cbf
fixed formatting
danielroek 90f816c
Merge remote-tracking branch 'origin/master' into image_stream_image_…
danielroek c6d2e78
Merge remote-tracking branch 'flutter/master' into image_stream_image…
danielroek 5593116
Update version number
mvanbeusekom 0a3e8d6
Update version number
mvanbeusekom ef1b551
Merge branch 'master' into image_stream_image_format
danielroek 23e7753
Define TAG correctly
mvanbeusekom 4de722d
Merge branch 'master' into image_stream_image_format
mvanbeusekom 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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused by this
TAG
value. I might be misunderstanding it, but classes typically have a value like this at the topBut, this class doesn't have that. It looks like your using the
TAG
value from the static import added above:Is this intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No this is not on purpose and is a mistake, will correct it now.