Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

speed of Labview

Hello! 
I wish to learn the following question: I have usb - chamber, which by library functions (Snap.vi) in cycle While takes image capture (it's a simple situation). But it does it very slowly - 1 image per 3 seconds. If turn on a "bulb" (step mode), it will be more worse... Can I increase a speed of Labview? May be, I can change some settings?

 

Thank You.

0 Kudos
Message 1 of 3
(3,224 Views)

Den_M-

Turning on Highlight Execution will definitely slow down your code.  I would suggest using the Grab.vi function instead of Snap.vi.  It will allow you to take multiple images consecutively.  Snap.vi only takes one image then has to reinitialize each time.  Try that and see if you can get your code to speed up.

Regards,

Mike S
NI AE
0 Kudos
Message 2 of 3
(3,180 Views)

It's a good idea! Thanks, George.

0 Kudos
Message 3 of 3
(3,166 Views)