camera3: Update maxRegions tag.

Change-Id: I22501cbf7f941d9626b88182e2dda8a13a620d01
This commit is contained in:
Ruben Brunk
2014-01-23 18:26:28 -08:00
parent 0ab48411fe
commit 80df5b529f

View File

@@ -62,7 +62,7 @@ camera_metadata_t *ExampleCamera::initStaticInfo()
ARRAY_SIZE(android_control_ae_compensation_step),
android_control_ae_compensation_step);
int32_t android_control_max_regions[] = {1};
int32_t android_control_max_regions[] = {/*AE*/ 1,/*AWB*/ 1,/*AF*/ 1};
m.addInt32(ANDROID_CONTROL_MAX_REGIONS,
ARRAY_SIZE(android_control_max_regions),
android_control_max_regions);