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:
DJABhipHop 2020-08-03 11:27:45 -04:00
parent 9f326a0394
commit b122b4ff8c
1 changed files with 1 additions and 1 deletions

View File

@ -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;