msm8976-common: camera: Always set KEY_PREVIEW_FPS_RANGE to 7500,30000

* Camera2 sets it to 30000,30000 and that makes the images really dark.

Change-Id: Icc0eeccdfd16c21ac97d095066b7b14f9bb1a916
This commit is contained in:
LuK1337 2017-01-27 12:05:25 +01:00
parent fa96152a8c
commit 3299edeaa1
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ static char *camera_fixup_setparams(int id, const char *settings)
params.dump();
#endif
// Stub
params.set(CameraParameters::KEY_PREVIEW_FPS_RANGE, "7500,30000");
#if !LOG_NDEBUG
ALOGV("%s: fixed parameters:", __FUNCTION__);