LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reliable image grabbing?

I grab images in a while loop and a few times in a minute i get an weird image that is not sync-ed well. What's the best way to grab an image the most reliable way. Don't need a lot performance...
or how do i solve the sync problem. I use a 1409 and labview 6.2
0 Kudos
Message 1 of 2
(2,222 Views)
I had this same problem. I solved it by first initializing my IMAQ session (Grab Setup) outside of the loop, then getting (Acquire - from memory) the image in the loop, then closing the session after the loop. This should work for your case as well.
0 Kudos
Message 2 of 2
(2,222 Views)