land: Use hal1 for Snap camera

* Snap support for camera2 api is not full and hal1 mode
provides more features and more stable experience

Change-Id: I5c71337b5cfaa928c1b9515b37cc8e43a60301b2
This commit is contained in:
Vitaliy Tomin 2017-07-25 17:25:41 +08:00 committed by Darshan Manjrekar
parent 6761adcd9c
commit 7dcacc8fa3

View file

@ -18,15 +18,10 @@
<!-- Camera app resources that may need to be customized <!-- Camera app resources that may need to be customized
for different hardware or product builds. --> for different hardware or product builds. -->
<resources> <resources>
<!-- Opens back camera using openLegacy() --> <!-- Opens back camera using openLegacy() and forces api v1 -->
<bool name="back_camera_open_legacy">false</bool> <bool name="back_camera_open_legacy">true</bool>
<!-- Opens front camera using openLegacy() --> <!-- Opens front camera using openLegacy() and forces api v1 -->
<bool name="front_camera_open_legacy">false</bool> <bool name="front_camera_open_legacy">true</bool>
<!-- Restart preview for back camera onPictureTaken -->
<bool name="back_camera_restart_preview_onPictureTaken">true</bool>
<!-- Restart preview for front camera onPictureTaken -->
<bool name="front_camera_restart_preview_onPictureTaken">true</bool>
</resources> </resources>