Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Doubts in Image acquisition

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.

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

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.

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 2
(3,221 Views)