ujizin / Camposer

Camera Library for Android Jetpack Compose. 📸✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add control the exposure?

Eiffelyk opened this issue · comments

commented

Can the functionality of manually controlling exposure be added? Add left-right swipe on the preview to control the exposure

In the latest release (0.2.2), access to the raw CameraController was made available (#21).

This gives you the flexibility to implement your custom features. i.e. now you can do cameraState.controller.cameraControl?.setExposureCompensationIndex(...)

commented

thanks