Revert "potter: disable zsl in Snap only"

Change-Id: I0ca5e3f519775b8f3237e65aecff0f0e093e96fa

(reverted from commit 6afbd10ed4)
This commit is contained in:
Vachounet
2017-06-17 11:34:08 +02:00
parent 1dbbfccc1d
commit 76ae11f7c6
2 changed files with 2 additions and 3 deletions

View File

@@ -140,8 +140,6 @@ 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,5 +17,6 @@
<resources>
<string name="pref_camera_hdr_need_1x_default" translatable="false">false</string>
<string name="pref_camera_zsl_default" translatable="false">off</string>
<string name="pref_camera_auto_hdr_default" translatable="false">enable</string>
<string name="pref_camera_scenedetect_default" translatable="false">on</string>
</resources>