Do not use sensor output ratio in itp output
Add a property to avoid using sensor output ratio as the itp output
ratio.
Bug: 263851685
Test: GCA, CTS
Change-Id: Ie511989e934fd033e6f375c85675ad9b26de55d4
Merged-In: Ie511989e934fd033e6f375c85675ad9b26de55d4
(cherry picked from commit d5b8e01365
)
This commit is contained in:
parent
25f4d660db
commit
0277cb2ad3
1 changed files with 2 additions and 1 deletions
|
@ -314,7 +314,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
persist.vendor.camera.optimized_tnr_freq=1 \
|
||||
persist.vendor.camera.raise_buf_allocation_priority=1 \
|
||||
camera.enable_landscape_to_portrait=true \
|
||||
persist.vendor.camera.debug.bypass_csi_link_error=true
|
||||
persist.vendor.camera.debug.bypass_csi_link_error=true \
|
||||
vendor.camera.allow_sensor_binning_aspect_ratio_to_override_itp_output=false
|
||||
|
||||
# Enable camera exif model/make reporting
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue