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:
parent
6761adcd9c
commit
7dcacc8fa3
1 changed files with 5 additions and 10 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue