Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

[camerax] Implement camera preview #7112

Merged
merged 27 commits into from
Feb 17, 2023
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7894cc2
Add base code from proof of concept
camsim99 Feb 7, 2023
efca3ed
Fix analyzer
camsim99 Feb 7, 2023
b4ae1db
Add example app and tests
camsim99 Feb 9, 2023
7c8168b
Actually add tets and visible for testing annotation
camsim99 Feb 9, 2023
93d442b
Make methods private
camsim99 Feb 9, 2023
d99ef9c
Merge remote-tracking branch 'upstream/main' into camx_preview
camsim99 Feb 9, 2023
bf1ca9a
Fix tests
camsim99 Feb 9, 2023
b237d6e
Fix analyze:
camsim99 Feb 10, 2023
a21429a
Update changelog
camsim99 Feb 10, 2023
dcff8bc
Formatting
camsim99 Feb 10, 2023
a183944
Merge remote-tracking branch 'upstream/main' into camx_preview
camsim99 Feb 10, 2023
f163907
Update todos with links and modify camera controller
camsim99 Feb 10, 2023
285659d
Format and add availableCameras
camsim99 Feb 10, 2023
cffc0ac
Fix mocks
camsim99 Feb 10, 2023
889802d
Try bumping mockito version
camsim99 Feb 10, 2023
24ee512
Review documentation
camsim99 Feb 10, 2023
573cf33
Re-generate mocks
camsim99 Feb 13, 2023
d08c087
Fix typo
camsim99 Feb 14, 2023
1e1dd8b
Fix another typo
camsim99 Feb 14, 2023
e1cea85
Address review and fix bug
camsim99 Feb 14, 2023
5ccc872
Merge remote-tracking branch 'upstream/main' into camx_preview
camsim99 Feb 14, 2023
7129845
Fix analyze
camsim99 Feb 14, 2023
c54c547
Merge remote-tracking branch 'upstream/main' into camx_preview
camsim99 Feb 14, 2023
5f30bc7
Fix tests
camsim99 Feb 14, 2023
8fc71f9
Foramtting
camsim99 Feb 14, 2023
d50bd87
Clear preview is paused
camsim99 Feb 15, 2023
de2fc29
Add unknown lens
camsim99 Feb 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/camera/camera_android_camerax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
* Bump CameraX version to 1.3.0-alpha03 and Kotlin version to 1.8.0.
* Changes instance manager to allow the separate creation of identical objects.
* Adds Preview and Surface classes, along with other methods needed to implement camera preview.
* Adds implementation of availableCameras()
* Adds implementation of availableCameras().
* Implements camera preview, createCamera, initializeCamera, onCameraError, onDeviceOrientationChanged, and onCameraInitialized.
* Adds integration test to plugin.
Loading