Camera: Force front camera always binning for 720P or less
Bug: 271241073 Test: Build pass Change-Id: Ic0588ddfd3c60e37c197b977decdfb24742b44b3
This commit is contained in:
parent
ea74506c5e
commit
d2ce2adf78
1 changed files with 4 additions and 0 deletions
|
@ -246,6 +246,10 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.camera.exif_reveal_make_model=true
|
||||
|
||||
# Enable front camera always binning for 720P or smaller resolution
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.camera.front_720P_always_binning=true
|
||||
|
||||
# Device features
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
|
||||
|
|
Loading…
Reference in a new issue