Skip to content

Commit

Permalink
m1s1: Add persist.camera.gyro.disable=1
Browse files Browse the repository at this point in the history
* libmmcamera2_stats_modules.so will call
  libsensorndkbridge to load in gyroscopic
  events, however, our camera HAL interfaces
  using vndbinder, which libsensorndkbridge seems
  unable to interact with sensorservice via.

Change-Id: I41b6de01cc74102b4f4b303435055a5af6b9fe40
Signed-off-by: electimon <electimon@gmail.com>
  • Loading branch information
electimon committed Jun 27, 2024
1 parent fba9943 commit 09d286b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions device-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ PRODUCT_PROPERTY_OVERRIDES += \

PRODUCT_PROPERTY_OVERRIDES += \
persist.camera.gyro.android=4 \
persist.camera.gyro.disable=1 \
persist.camera.tof.direct=1 \
persist.camera.tnr.preview=1 \
persist.camera.tnr.video=1
Expand Down

0 comments on commit 09d286b

Please sign in to comment.