sm8350-common: camera: Implement supportsSetTorchModeExt

Change-Id: I2ec2f4a30723763e6123a1b742468752f38e3d2f
Signed-off-by: bengris32 <bengris32@protonmail.ch>
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
This commit is contained in:
bengris32 2024-10-07 23:50:11 +01:00 committed by DigiGoon
parent d01e67eab5
commit 62e581ebbf

View file

@ -38,6 +38,10 @@ bool supportsTorchStrengthControlExt() {
return true;
}
bool supportsSetTorchModeExt() {
return false;
}
int32_t getTorchDefaultStrengthLevelExt() {
return 7;
}