09-29-2008 11:39 PM
Hi,
I am working on a LabVIEW program that requires time between frames.
How can I do it??
Thanks.
Dsk001
09-30-2008 02:38 PM
Hi Dsk001,
Probably the easiest way to get the time between consecutive frames is to get the difference between two Get Date/Time Seconds VIs.
On the other hand if you are interested in Frame Rate and are using an IMAQ framegrabber, then you can use the IMAQ Calculate FPS VI.
Does this make sense?
09-30-2008 06:42 PM
Hi Mitchelle,
I forgot to mention that I am doing an onboard memory acquisition where frames are captured continuously.
I think Get Date/Time Seconds VIs will work only when I get two consecutive frames.
I have NI PCI 1405 framegrabber, what is an IMAQ framegrabber?
I cannot see IMAQ Calculate FPS VI here..
-Dsk001
10-01-2008 09:26 AM
I apologize Dsk001,
IMAQCalculateFPS VI is a subVI in a shipping example called HL Grab VI. Please take a look at how this subVI (IMAQCalculateFPS) is coded within the example.
You can find this example in the Example Finder (Help>Find Examples...)