Camposer
Camposer copied to clipboard
Camera Library for Android Jetpack Compose. πΈβ¨
- Device: Emulator, Hardware profile "Small Phone" in Android studio. - Android version: 7 API level 24 - Library version: 0.4.0 **Describe the bug** The camera preview does not respect...
Hi. There are two options we have from camerax that allow us to change aspect ration: ``` Preview preview = new Preview.Builder() .setTargetAspectRatio(AspectRatio.RATIO_4_3) .build(); ImageCapture imageCapture = new ImageCapture.Builder() .setTargetAspectRatio(AspectRatio.RATIO_4_3)...
Now only support 4:3, 16:9 aspect ratio. Hope to add full screen and 1:1 support You know, the full screen of today's mobile phones is not 16:9, so if you...
1. Add long press to lock focus 2. Exposure adjustment, when the focus mode is manual focus, can manually adjust the exposure If I don't explain it clearly, you can...
Updates AGP and a few other dependencies