mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 14:19:55 +00:00
device-common.mk: Set persist.camera.max.previewfps to 60
This will allow camera HAL to advertise upto 60 fps frame rates Bug: 33702461 Change-Id: Ie5176181b66f27402a2d57bb138a5a3d4313df5a
This commit is contained in:
committed by
Zhijun He
parent
64da51c376
commit
880e1dabee
@@ -107,7 +107,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
# camera gyro and laser sensor
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.camera.gyro.android=4 \
|
||||
persist.camera.tof.direct=1
|
||||
persist.camera.tof.direct=1 \
|
||||
persist.camera.max.previewfps=60
|
||||
|
||||
# WLAN driver configuration files
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
||||
Reference in New Issue
Block a user