12-20-2012 09:31 PM
Hello,
I have a while loop and within that there is a case structure. Within the 'true' box, there is a flat sequence structure.
I have to acquire images from a usb camera. In the while loop, using vision acquisition, I acquire the image and after processing and on meeting certain conditions the program execution goes into flat sequence sturcture. Within that structure, I have to again acquire the image using the same camera and process the image.
I have placed vision acqusition in the while loop and also in the flat sequence structure, but it gives me an error.
And when I try to use the same vision acquisition, then image processed in the while loop is obtained in the flat sequence sturcture not the recent one nor the original image captured! Why is it so? I direct the image aquired to the vision assistant and also inside the flat seqence. Somehow the processed image coming out of vision assistant is obtained inside the flat sequence sturcture!
Please help.
Thanks in advance.
12-27-2012 08:40 AM
It would be best if you could post an isolated version of your code so we can have a look at what's going on.