From 81930eabc144f55b10fa3856c34bbb7c6d309b66 Mon Sep 17 00:00:00 2001 From: leohsieh Date: Tue, 8 Aug 2023 17:21:49 +0800 Subject: [PATCH] ak3: Enable runtime exposure compensation Bug: 294960861 Test: build and test fingerprint on device. Change-Id: I1d069bdae4372772e4df1b6ed5cdedc53f6aaef5 --- device-akita.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-akita.mk b/device-akita.mk index eb83f40..14179f8 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -249,6 +249,10 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.udfps.als_feed_forward_supported=true \ persist.vendor.udfps.lhbm_controlled_in_hal_supported=true +# Fingerprint exposure compensation +PRODUCT_VENDOR_PROPERTIES += \ + persist.vendor.udfps.auto_exposure_compensation_supported=true + # OIS with system imu PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.camera.ois_with_system_imu=true