From 0bdb65e99de7a55d0fd5036fdd62770e565ad656 Mon Sep 17 00:00:00 2001 From: Daniel Jacob Chittoor Date: Fri, 24 May 2024 13:43:27 +0530 Subject: [PATCH] FP4: Define Fairphone's custom scaler configuration Allow to use the defined resolutions in the scaler configuration on camera apps. --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 30a9136..b260907 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -57,6 +57,9 @@ TARGET_USES_DISPLAY_RENDER_INTENTS := true TARGET_USES_GRALLOC4 := true TARGET_USES_HWC2 := true +# Camera +TARGET_CAMERA_CUSTOM_SCALER_CONFIGURATION := fp.scaler.availableStreamConfigurations + # Filesystem TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/config.fs -- GitLab