gaf/debug: ignore gyro in factory rom by default
Gyro sensor readout is not applicable in factory rom. Ignores gyro value in AF side by default to prevent unexpected behavior. Bug: 248155410 Test: Manual Change-Id: I41a399847b608022707d4e964924f4fbfe5467fc
This commit is contained in:
parent
2959f5c451
commit
1edb3dff04
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
|||
|
||||
# Disable camera related features for factory builds
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.camera.af.ignore_gyro=1 \
|
||||
vendor.camera.debug.bypass_face_ssd_processor=1 \
|
||||
vendor.camera.debug.csi_ebuf_enable=0 \
|
||||
vendor.camera.debug.enable_face_detection=0 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue