potter: disable zsl in Snap only

Change-Id: I0ca5e3f519775b8f3237e65aecff0f0e093e96fa
This commit is contained in:
Vachounet
2017-05-19 15:21:52 +02:00
parent 7cf50e68fd
commit 6afbd10ed4
2 changed files with 3 additions and 2 deletions

View File

@@ -140,6 +140,8 @@ static char *camera_fixup_setparams(int id, const char *settings)
params.dump();
#endif
params.set("zsl", "on");
#if !LOG_NDEBUG
ALOGV("%s: fixed parameters:", __FUNCTION__);
params.dump();

View File

@@ -17,6 +17,5 @@
<resources>
<string name="pref_camera_hdr_need_1x_default" translatable="false">false</string>
<string name="pref_camera_auto_hdr_default" translatable="false">enable</string>
<string name="pref_camera_scenedetect_default" translatable="false">on</string>
<string name="pref_camera_zsl_default" translatable="false">off</string>
</resources>