summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitar Borisov <x0152684@ti.com>2011-12-06 12:29:09 +0200
committerDaniel Levin <dendy@ti.com>2012-07-25 08:55:40 -0500
commitf0da1f15a307f38a2b9ec1971855415c4c2a2129 (patch)
treebfad3d862f3a36171579b52eac59a64526421c8a
parent587429a4c4c03ac97aa40218133369178f47b3a7 (diff)
downloadhardware_ti_omap4-f0da1f15a307f38a2b9ec1971855415c4c2a2129.zip
hardware_ti_omap4-f0da1f15a307f38a2b9ec1971855415c4c2a2129.tar.gz
hardware_ti_omap4-f0da1f15a307f38a2b9ec1971855415c4c2a2129.tar.bz2
Changes related to test focus area and test metering area
- There are two areas added. - The first one is with higher priority - left down corner. - The second one is with lower priority - right down corner. - The size of the arrays is a square with 1/4 of x coordinate and 1/4 of y coordinate of the preview. Change-Id: I66fac11c89189a2ffae727f83887c02b25fbeaa7 Signed-off-by: Dimitar Borisov <x0152684@ti.com>
-rw-r--r--test/CameraHal/camera_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CameraHal/camera_test.h b/test/CameraHal/camera_test.h
index df32d5b..e559ddf 100644
--- a/test/CameraHal/camera_test.h
+++ b/test/CameraHal/camera_test.h
@@ -53,8 +53,8 @@
#define MEMORY_DUMP "procrank -u"
#define KEY_METERING_MODE "meter-mode"
-#define TEST_FOCUS_AREA "(0,0,1000,1000,300),(-1000,-1000,1000,1000,300),(0,0,0,0,0)"
-#define TEST_METERING_AREA "(0,0,1000,1000,300),(-1000,-1000,1000,1000,300)"
+#define TEST_FOCUS_AREA "(-1000,500,-500,1000,1000),(500,500,1000,1000,1)"
+#define TEST_METERING_AREA "(-1000,500,-500,1000,1000),(500,500,1000,1000,1)"
#define COMPENSATION_OFFSET 20
#define DELIMITER "|"