aboutsummaryrefslogtreecommitdiff
path: root/apps/CameraITS/tests/scene1/test_3a.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/CameraITS/tests/scene1/test_3a.py')
-rw-r--r--apps/CameraITS/tests/scene1/test_3a.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/CameraITS/tests/scene1/test_3a.py b/apps/CameraITS/tests/scene1/test_3a.py
index 6cb8b51..b53fc73 100644
--- a/apps/CameraITS/tests/scene1/test_3a.py
+++ b/apps/CameraITS/tests/scene1/test_3a.py
@@ -27,7 +27,7 @@ def main():
print "Test skipped"
return
- 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)
print "AWB: gains", gains, "transform", xform
print "AF: distance", focus