aboutsummaryrefslogtreecommitdiff
path: root/apps/CameraITS/tests/tutorial.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/CameraITS/tests/tutorial.py')
-rw-r--r--apps/CameraITS/tests/tutorial.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/CameraITS/tests/tutorial.py b/apps/CameraITS/tests/tutorial.py
index 606b77e..1b1999e 100644
--- a/apps/CameraITS/tests/tutorial.py
+++ b/apps/CameraITS/tests/tutorial.py
@@ -97,7 +97,7 @@ def main():
#
# If this keeps on failing, try also rebooting the device before
# running the test.
- sens, exp, gains, xform, focus = cam.do_3a()
+ sens, exp, gains, xform, focus = cam.do_3a(get_results=True)
print "AE: sensitivity %d, exposure %dms" % (sens, exp/1000000.0)
print "AWB: gains", gains, "transform", xform
print "AF: distance", focus