Spacewar: camera: Implement supportsSetTorchModeExt
Change-Id: I2ec2f4a30723763e6123a1b742468752f38e3d2f Signed-off-by: bengris32 <bengris32@protonmail.ch> Signed-off-by: Jis G Jacob <studiokeys@blissroms.org>
This commit is contained in:
@@ -43,6 +43,10 @@ bool supportsTorchStrengthControlExt() {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool supportsSetTorchModeExt() {
|
||||
return false;
|
||||
}
|
||||
|
||||
int32_t getTorchDefaultStrengthLevelExt() {
|
||||
return 7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user