Camera: force front camera always binning for 720P or less
Bug: 297991347 Test: adb shell getprop, GCA, CTS Change-Id: Ie69931839ed048ca6197c99b87c4d374c5833df1
This commit is contained in:
parent
d8267a722c
commit
6db1cb8c74
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
vendor.camera.debug.enable_software_post_sharpen_node=false \
|
||||
vendor.camera.allow_sensor_binning_aspect_ratio_to_override_itp_output=false
|
||||
|
||||
# Enable front camera always binning for 720P or smaller resolution
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.camera.front_720P_always_binning=true
|
||||
|
||||
# Media Performance Class 13
|
||||
PRODUCT_PROPERTY_OVERRIDES += ro.odm.build.media_performance_class=33
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue