mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
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:
parent
fa96152a8c
commit
3299edeaa1
1 changed files with 1 additions and 1 deletions
|
@ -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__);
|
||||
|
|
Loading…
Reference in a new issue