Skip to content
Snippets Groups Projects
Commit 9eddcdc4 authored by Artem Borisov's avatar Artem Borisov
Browse files

msm8953-common: Snap: Enable camera api v2

It's quite ugly, but we want a functional camera until HAL1 issues
will be sorted out.

Change-Id: I56ab4e78600f4d4906dc0b02b205546e1884949b
parent 90f3f4cc
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,12 @@
for different hardware or product builds. -->
<resources>
<!-- Opens back camera using openLegacy() and forces api v1 -->
<bool name="back_camera_open_legacy">true</bool>
<bool name="back_camera_open_legacy">false</bool>
<!-- Opens front camera using openLegacy() and forces api v1 -->
<bool name="front_camera_open_legacy">true</bool>
<bool name="front_camera_open_legacy">false</bool>
<!-- Enable support for camera api v2 -->
<bool name="support_camera_api_v2">true</bool>
</resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment