fix: Remove exposure TODOs (#2177)

* fix: Remove exposure TODOs

* fix: Make `exposure` a Double
This commit is contained in:
Marc Rousavy
2023-11-19 15:38:36 +01:00
committed by GitHub
parent ef58d13b87
commit 95a309808e
5 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ class CameraView(context: Context) :
var isActive = false
var torch: Torch = Torch.OFF
var zoom: Float = 1f // in "factor"
var exposure: Float = 1f // TODO: Implement exposure bias
var exposure: Double = 1.0
var orientation: Orientation = Orientation.PORTRAIT
var enableZoomGesture: Boolean = false
set(value) {