-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to camera-viewfinder-compose in CameraX (#106)
* Migrate to camera-viewfinder-compose in CameraX * Removes mirror of camera-viewfinder-compose and replaces it with a dependency on the CameraX artifact * Adds @composable adapter, CameraXViewfinder, that connects CameraX's Preview use case to Viewfinder * Removes tao-to-focus code as we no longer can retrieve the View from the composable. This code will need to be replaced by touch event callbacks that will be added to the Viewfinder composable in a future update. * Apply spotless for copyright headers
- Loading branch information
Showing
11 changed files
with
138 additions
and
289 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
211 changes: 0 additions & 211 deletions
211
...se/src/main/java/com/google/jetpackcamera/viewfinder/surface/SurfaceTransformationUtil.kt
This file was deleted.
Oops, something went wrong.
This file contains 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 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.