diff options
| author | morefigs <morefigs@gmail.com> | 2019-03-08 11:24:25 +1100 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2019-03-08 11:24:25 +1100 |
| commit | a6bd629cfe0d143c5a159d496fd2e617a590f1e4 (patch) | |
| tree | 2ef2ad6a406b55867acdba1d056fefcd509441ff /examples/camera/opencv_acquire_image.py | |
| parent | 587bcad326e62277834471e74e5cefd62bc73400 (diff) | |
| download | pymba-a6bd629cfe0d143c5a159d496fd2e617a590f1e4.tar.gz pymba-a6bd629cfe0d143c5a159d496fd2e617a590f1e4.zip | |
Only show 1 image in loop
Diffstat (limited to 'examples/camera/opencv_acquire_image.py')
| -rw-r--r-- | examples/camera/opencv_acquire_image.py | 2 |
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_) |
