Camera: disable blending node for AK3

Disable blending node by the property

Bug: 304932313
Test: GCA
Test: Pixel Camera Test Checklist
Change-Id: I11370714ff0723dee2c8a93111285f3d3bd0d17b
This commit is contained in:
Michael Tsai 2023-10-12 18:12:44 +08:00
parent f601be0735
commit d33b6fea3a

View file

@ -76,7 +76,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.camera.extended_launch_boost=1 \
persist.vendor.camera.optimized_tnr_freq=1 \
vendor.camera.debug.enable_software_post_sharpen_node=false \
vendor.camera.allow_sensor_binning_aspect_ratio_to_override_itp_output=false
vendor.camera.allow_sensor_binning_aspect_ratio_to_override_itp_output=false \
vendor.camera.debug.enable_blending_node=false
# Enable front camera always binning for 720P or smaller resolution
PRODUCT_VENDOR_PROPERTIES += \