Add system property for 1080p 60fps binning mode
Bug: 234324271 Test: GCA Change-Id: I4ac2614ac5ef781f3d413c070503c6d28631415c
This commit is contained in:
parent
a163f6db9f
commit
75d21eca51
1 changed files with 4 additions and 0 deletions
|
@ -184,6 +184,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
persist.vendor.camera.extended_launch_boost=1 \
|
||||
persist.vendor.camera.raise_buf_allocation_priority=1
|
||||
|
||||
# Enable camera 1080P 60FPS binning mode
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.camera.1080P_60fps_binning=true
|
||||
|
||||
# Bluetooth LE Audio
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.bluetooth.leaudio_switcher.supported=true \
|
||||
|
|
Loading…
Reference in a new issue