aboutsummaryrefslogtreecommitdiff
path: root/examples/camera
diff options
context:
space:
mode:
Diffstat (limited to 'examples/camera')
-rw-r--r--examples/camera/opencv_acquire_image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/camera/opencv_acquire_image.py b/examples/camera/opencv_acquire_image.py
index e067959..8925961 100644
--- a/examples/camera/opencv_acquire_image.py
+++ b/examples/camera/opencv_acquire_image.py
@@ -27,7 +27,7 @@ if __name__ == '__main__':
camera.arm('SingleFrame')
# capture a single frame, more than once if desired
- for i in range(3):
+ for i in range(1):
frame_ = camera.acquire_frame()
process_frame(frame_)