02-27-2013 11:15 PM
I have a program which acquires images and process them. How to save the image which is specified instead of saving all the images. I cannot give a timer option because the input images of interest does occur at the same time interval. I want to give a stop button and when it is pressed then only my image should be saved other wise it should not be saved.
How to program it.
02-28-2013 04:12 AM - edited 02-28-2013 04:12 AM
LV2011 version pls
02-28-2013 06:54 AM
LV2011 version
02-28-2013 08:38 AM
You could just move your save code to after the while loop, but before you dispose the image.
02-28-2013 08:57 AM
I tried to bring the imaq write file 2 outside the loop but still the program saves every image. when it is stopped it shows error imaq write file -not an image.