LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Capture Images Sequentially With A Time Interval

I implemented a project. In this project, I am able to capture and save image by clicking a save button. However, I would like to capture images sequentially with a time interval. How can I do? 

 

You can find the project below.

0 Kudos
Message 1 of 2
(3,290 Views)

Do you know the difference between Snap (single image) and Grab (video at whatever rate the camera uses)?  Your Camera is doing a Grab, so it will take images with a time interval set by the camera.  If you replace the Grab with a Snap, and add a Wait function with a reasonable delay (for example, 1000 will give you 1 image/1000 msec or 1 image/sec), you can get a "slower" series of images.

 

Bob Schor

0 Kudos
Message 2 of 2
(3,261 Views)