mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
sm6150-common: camera: set saner values
80 was default for torch, so set 80 as default. Change-Id: I6711c8a77ed04f01a9afeff14325e62404f66ff7 Signed-off-by: John Galt <johngaltfirstrun@gmail.com> Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ bool supportsSetTorchModeExt() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int32_t getTorchDefaultStrengthLevelExt() {
|
int32_t getTorchDefaultStrengthLevelExt() {
|
||||||
return 50;
|
return 80;
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t getTorchMaxStrengthLevelExt() {
|
int32_t getTorchMaxStrengthLevelExt() {
|
||||||
|
|||||||
Reference in New Issue
Block a user