mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: Exposure controls fixed.
In Snap camera don't work because the value are set wrong. The values set should be "1", "9" instead of "5", "5".
This commit is contained in:
parent
9f326a0394
commit
b122b4ff8c
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ const static char* iso_values[] = {
|
|||
#endif
|
||||
};
|
||||
|
||||
const static char * exposure_values[] = {"5","5"};
|
||||
const static char * exposure_values[] = {"1","9"};
|
||||
|
||||
static char* camera_fixup_getparams(int id, const char* settings) {
|
||||
CameraParameters params;
|
||||
|
|
Loading…
Reference in a new issue