Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95bd128b authored by Ruben Brunk's avatar Ruben Brunk Committed by Android Git Automerger
Browse files

am 64e0b657: am b95f6de6: am 6b68644e: am e134e81a: am 4b3c7f85: Merge...

am 64e0b657: am b95f6de6: am 6b68644e: am e134e81a: am 4b3c7f85: Merge "camera2: Add missing whitebalance mapping." into lmp-dev

* commit '64e0b657df23f612875d0fae204e6c3291fdc9e6':
  camera2: Add missing whitebalance mapping.
parents 2eeaba62 79a7e78c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -648,6 +648,8 @@ public class LegacyRequestMapper {
                return Camera.Parameters.WHITE_BALANCE_CLOUDY_DAYLIGHT;
            case CONTROL_AWB_MODE_TWILIGHT:
                return Camera.Parameters.WHITE_BALANCE_TWILIGHT;
            case CONTROL_AWB_MODE_SHADE:
                return Parameters.WHITE_BALANCE_SHADE;
            default:
                Log.w(TAG, "convertAwbModeToLegacy - unrecognized control.awbMode" + mode);
                return Camera.Parameters.WHITE_BALANCE_AUTO;