aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTimothy Knight <tknight@google.com>2014-08-11 22:29:54 -0700
committerTimothy Knight <tknight@google.com>2014-08-11 22:30:11 -0700
commitd223dabfa229c213b18b89458b25f8bb0e62566a (patch)
treec4666105f93a4a8a35be606c0ac5b456c48049a9 /apps
parentcac41fb33670c56927d00fc8c5fca09caf2611b8 (diff)
downloadpdk-d223dabfa229c213b18b89458b25f8bb0e62566a.tar.gz
CameraITS: Added lensShadingMapMode=1 to capture result dump test
Change-Id: If628319863d457b3f40b11435558719640788807
Diffstat (limited to 'apps')
-rw-r--r--apps/CameraITS/tests/scene0/test_capture_result_dump.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/CameraITS/tests/scene0/test_capture_result_dump.py b/apps/CameraITS/tests/scene0/test_capture_result_dump.py
index 16bcb87..ceac43a 100644
--- a/apps/CameraITS/tests/scene0/test_capture_result_dump.py
+++ b/apps/CameraITS/tests/scene0/test_capture_result_dump.py
@@ -28,6 +28,7 @@ def main():
# Arbitrary capture request exposure values; image content is not
# important for this test, only the metadata.
req = its.objects.manual_capture_request(100, 10*1000*1000)
+ req["android.statistics.lensShadingMapMode"] = 1
cap = cam.do_capture(req, cam.CAP_YUV)
pprint.pprint(cap["metadata"])