diff options
author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-10-27 15:34:41 +0800 |
---|---|---|
committer | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-10-27 15:34:41 +0800 |
commit | 1416c3661cb0ef34efa919027ede1f979af1de10 (patch) | |
tree | e1193308b605a5bc201613decec95c6a9b752ed9 /bin | |
parent | 78f68b1366e99304877ce81376bc3571529fbf5a (diff) |
provider:checkbox Reduce the camera LED test time
Reduce the webcam LED test time from 10 sec to 3 sec.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/camera_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/camera_test b/bin/camera_test index 7a951db..235eaaf 100755 --- a/bin/camera_test +++ b/bin/camera_test @@ -228,7 +228,7 @@ class CameraTest: logging.debug("LED test with pipeline %s", pipespec) self._pipeline = Gst.parse_launch(pipespec) self._pipeline.set_state(Gst.State.PLAYING) - time.sleep(10) + time.sleep(3) self._pipeline.set_state(Gst.State.NULL) def display(self): |