10-14-2015 07:10 AM
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.
10-14-2015 04:27 PM
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