hk3sb3: Enable runtime exposure compensation
Bug: 267271482 Test: build and test fingerprint on device. Change-Id: Id8e983cbd4413aeb8c61adfdea018eae4c8b1289
This commit is contained in:
parent
03eedd0231
commit
9740e95d13
2 changed files with 8 additions and 0 deletions
|
@ -251,6 +251,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
|
||||
|
||||
# Camera Vendor property
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.camera.front_720P_always_binning=true
|
||||
|
|
|
@ -232,6 +232,10 @@ else
|
|||
include device/google/gs101/fingerprint/udfps_factory.mk
|
||||
endif
|
||||
|
||||
# Fingerprint exposure compensation
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.udfps.auto_exposure_compensation_supported=true
|
||||
|
||||
# Display
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.set_idle_timer_ms=1500
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.ignore_hdr_camera_layers=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue