From 80df5b529fd6b3cfaccfb2e97e5ebdaf989771ea Mon Sep 17 00:00:00 2001 From: Ruben Brunk Date: Thu, 23 Jan 2014 18:26:28 -0800 Subject: camera3: Update maxRegions tag. Change-Id: I22501cbf7f941d9626b88182e2dda8a13a620d01 --- modules/camera/ExampleCamera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/camera') diff --git a/modules/camera/ExampleCamera.cpp b/modules/camera/ExampleCamera.cpp index 16e1e02..a275190 100644 --- a/modules/camera/ExampleCamera.cpp +++ b/modules/camera/ExampleCamera.cpp @@ -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); -- cgit v1.1