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:
parent
d01e67eab5
commit
62e581ebbf
1 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ bool supportsTorchStrengthControlExt() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool supportsSetTorchModeExt() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
int32_t getTorchDefaultStrengthLevelExt() {
|
int32_t getTorchDefaultStrengthLevelExt() {
|
||||||
return 7;
|
return 7;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue