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
[camera] Add iOS and Android implementations for managing auto focus. #3370
Merged
mvanbeusekom
merged 59 commits into
flutter:master
from
Baseflow:feature/camera_focus_auto
Jan 11, 2021
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
c9f7e21
Added platform interface methods for setting auto exposure.
BeMacized 532b22f
Added platform interface methods for setting auto exposure.
BeMacized 1844b24
Remove workspace files
BeMacized fd8dd40
Added auto exposure implementations for Android and iOS
BeMacized 92966de
Added platform interface methods for managing auto focus.
BeMacized deea6a0
Formatted code
BeMacized 42a4517
Export focus mode
BeMacized b595f93
Add Android and iOS implementations (WIP)
BeMacized bdeed1d
Update platform interface for changes to autofocus methods
BeMacized e63b537
Merge branch 'feature/camera_focus_auto_platform_interface' into feat…
BeMacized 4e405b0
WIP
BeMacized 798d458
Revert "Update platform interface for changes to autofocus methods"
BeMacized 7a6a21c
Merge branch 'feature/camera_focus_auto_platform_interface' into feat…
BeMacized 68d3e74
Finish android implementation
BeMacized d830704
Fix iOS implementation
BeMacized 2b98bdd
iOS fix for setting the exposure point
BeMacized b886e55
Merge branch 'feature/camera_exposure_auto' into feature/camera_focus…
BeMacized 10f3d61
Merge branch 'feature/camera_focus_auto_platform_interface' into feat…
BeMacized 06f436f
Removed unnecessary check
BeMacized e19c2a5
Merge branch 'feature/camera_exposure_auto' into feature/camera_focus…
BeMacized 73f6798
Merge branch 'feature/camera_focus_auto_platform_interface' into feat…
BeMacized df1c09b
Updated changelog and pubspec.yaml
BeMacized ff45da4
Updated changelog and pubspec.yaml
BeMacized a6e47e8
Merge branch 'feature/camera_focus_auto_platform_interface' into feat…
BeMacized 95b4795
Merge branch 'master' into feature/camera_focus_auto_platform_interface
BeMacized 6d9f9ca
Merge branch 'feature/camera_focus_auto_platform_interface' into feat…
BeMacized 70804a0
Merge branch 'master' into feature/camera_exposure_auto
BeMacized 5f1a730
Merge branch 'feature/camera_exposure_auto' into feature/camera_focus…
BeMacized 58d9411
Merge branch 'feature/camera_focus_auto_platform_interface' into feat…
BeMacized 7b4445d
Merge branch 'master' into feature/camera_exposure_auto
BeMacized 67b37f2
Merge branch 'feature/camera_exposure_auto' into feature/camera_focus…
BeMacized 0842f2c
Merge branch 'feature/camera_focus_auto_platform_interface' into feat…
BeMacized 14c6ab6
Update platform interface dependency
BeMacized a52f690
Implement PR feedback
BeMacized 1e6ed87
Merge branch 'master' into feature/camera_exposure_auto
BeMacized 9a88bca
Restore test
BeMacized 0b748ef
Merge branch 'feature/camera_exposure_auto' into feature/camera_focus…
BeMacized 171fe0b
Revert test change
BeMacized 6fb50d6
Merge branch 'feature/camera_focus_auto_platform_interface' into feat…
BeMacized 930d901
Update camera pubspec
BeMacized 5ebbca5
Merge branch 'feature/camera_focus_auto_platform_interface' into feat…
BeMacized 60a1137
Update platform interface to prevent breaking changes with current ma…
BeMacized 525d58c
Merge branch 'feature/camera_focus_auto_platform_interface' into feat…
BeMacized b0149e9
Update test to match platform interface updates
BeMacized e6367bd
Code format
BeMacized 9473843
Merged with master
mvanbeusekom 4ebae73
Merged with master
mvanbeusekom 23fe0db
Merged with master
mvanbeusekom 971b4e6
Fixed compilation error
mvanbeusekom 6d174fb
Fix formatting
mvanbeusekom 50dcdce
Update version number
mvanbeusekom 5d8c235
Add missing license headers to java source files.
BeMacized 9500a74
Merge branch 'master' into feature/camera_focus_auto
BeMacized 0ba1c90
Update platform interface dependency
BeMacized bc97fb9
Merge branch 'feature/camera_focus_auto' of github.com:Baseflow/flutt…
BeMacized a6f4442
Change fps range determination
BeMacized 1a0ced8
Update with master branch
mvanbeusekom bcacd4b
Fix analysis warnings
mvanbeusekom c11c46f
Update version number
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
Add missing license headers to java source files.
- Loading branch information
commit 5d8c23521cbb05d31e3bad09938e6b35a6dcb912
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/Camera.java
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
4 changes: 4 additions & 0 deletions
4
...ages/camera/camera/android/src/main/java/io/flutter/plugins/camera/CameraPermissions.java
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
4 changes: 4 additions & 0 deletions
4
packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/CameraRegions.java
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
4 changes: 4 additions & 0 deletions
4
packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/CameraUtils.java
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
4 changes: 4 additions & 0 deletions
4
packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/CameraZoom.java
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
4 changes: 4 additions & 0 deletions
4
packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/DartMessenger.java
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
4 changes: 4 additions & 0 deletions
4
.../camera/camera/android/src/main/java/io/flutter/plugins/camera/MethodCallHandlerImpl.java
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
4 changes: 4 additions & 0 deletions
4
.../camera/camera/android/src/main/java/io/flutter/plugins/camera/PictureCaptureRequest.java
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
1 change: 1 addition & 0 deletions
1
...ra/camera/android/src/main/java/io/flutter/plugins/camera/media/MediaRecorderBuilder.java
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
4 changes: 4 additions & 0 deletions
4
...ges/camera/camera/android/src/main/java/io/flutter/plugins/camera/types/ExposureMode.java
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
4 changes: 4 additions & 0 deletions
4
packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/types/FlashMode.java
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
4 changes: 4 additions & 0 deletions
4
packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/types/FocusMode.java
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
4 changes: 4 additions & 0 deletions
4
...camera/camera/android/src/main/java/io/flutter/plugins/camera/types/ResolutionPreset.java
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
4 changes: 4 additions & 0 deletions
4
.../camera/camera/android/src/test/java/io/flutter/plugins/camera/CameraPermissionsTest.java
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
4 changes: 4 additions & 0 deletions
4
...ages/camera/camera/android/src/test/java/io/flutter/plugins/camera/CameraRegionsTest.java
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
4 changes: 4 additions & 0 deletions
4
packages/camera/camera/android/src/test/java/io/flutter/plugins/camera/CameraZoomTest.java
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
4 changes: 4 additions & 0 deletions
4
...ages/camera/camera/android/src/test/java/io/flutter/plugins/camera/DartMessengerTest.java
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
4 changes: 4 additions & 0 deletions
4
...era/camera/android/src/test/java/io/flutter/plugins/camera/PictureCaptureRequestTest.java
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
4 changes: 4 additions & 0 deletions
4
...amera/android/src/test/java/io/flutter/plugins/camera/media/MediaRecorderBuilderTest.java
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
4 changes: 4 additions & 0 deletions
4
...camera/camera/android/src/test/java/io/flutter/plugins/camera/types/ExposureModeTest.java
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
4 changes: 4 additions & 0 deletions
4
...es/camera/camera/android/src/test/java/io/flutter/plugins/camera/types/FlashModeTest.java
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
4 changes: 4 additions & 0 deletions
4
...es/camera/camera/android/src/test/java/io/flutter/plugins/camera/types/FocusModeTest.java
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.