camera: disable scene detection for factory build

Test: build pass, camera preview
Bug: 261820013
Change-Id: Ieb6142e48c36cc5a23977b3edf7914d45929d957
This commit is contained in:
Gary Lin 2022-12-12 11:43:58 +08:00
parent 48438c2fd0
commit 86ba371f17

View file

@ -44,7 +44,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
vendor.camera.debug.force_segmentation_node_on=0 \
vendor.camera.debug.enable_saliency=0 \
vendor.camera.debug.force_local_tone_mapping_on=0 \
vendor.camera.debug.local_tone_mapping_controller_v1.mode=0
vendor.camera.debug.local_tone_mapping_controller_v1.mode=0 \
vendor.camera.debug.enable_scene_detection=0
# Disable ScreenDecorations for factory builds
PRODUCT_PROPERTY_OVERRIDES += \