NTP-43193 | Camera zoom fix (#15257)

This commit is contained in:
shreyansu raj
2025-03-05 14:55:21 +05:30
committed by GitHub
parent ece7032270
commit baeb8f43d5

View File

@@ -695,7 +695,7 @@ private fun QrCamera(
preview,
imageAnalyzer,
)
camera.cameraControl.setZoomRatio(0.2f)
camera.cameraControl.setZoomRatio(1.2f)
} catch (e: Exception) {
e.log()
}