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:
John Galt
2025-02-10 16:56:18 +01:00
committed by therealmharc
parent b0c78fda81
commit 1df19d885b

View File

@@ -47,7 +47,7 @@ bool supportsSetTorchModeExt() {
}
int32_t getTorchDefaultStrengthLevelExt() {
return 50;
return 80;
}
int32_t getTorchMaxStrengthLevelExt() {