LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I save the current VI front panel to a video file?

Solved!
Go to solution

I know how to screenshot the front panel to a image file, but is it possible to save the front panel of my VI to a video file? If so, how do I do it?

 

Thanks.

 

---------

 

More info (if needed):

I am reading in .csv data which has time vs. five independent variables. I am writing a VI that will take that data, use it to display on the front panel, and then save that video in "real time" i.e. I would use the time data to delay the actual time interval in the front panel update loop. Is this even possible in LabVIEW?

0 Kudos
Message 1 of 3
(2,438 Views)
Solution
Accepted by topic author Imozeb

If you have the vision toolkit, you can take a look at this example.  The only difference would be instead of calling the user32.dll to "print screen" you would just use the FP.Get Image function

Message 2 of 3
(2,419 Views)

Cool! It works.

 

Thanks!


 

0 Kudos
Message 3 of 3
(2,376 Views)