LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to acquire faster images

Solved!
Go to solution

Hi to all,

 

I am using two ids cameras for my project. And I want them to get the first image, add it to the second one and third and so on... do this continuously. As it's doing that; I threshold it and shifts its bits etc. The code for one camera is ready, the problem is, in order to get the next image; the code wants to go back to the beginning. And that is slowing me down. Do you have any suggestions? I'd appreciated any help you may have for me.

 

Thanks

0 Kudos
Message 1 of 2
(2,502 Views)
Solution
Accepted by topic author daidase
Look into Producer Consumer Architecture.
-Use properly event strcuture to handle events when buttons are pressed instead of having case structures.
Thanks
uday
Message 2 of 2
(2,459 Views)