LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save intensity chart as movie?

I am new to LabView and I have been designing a data aquisition operation. I have the output as a 4 X 10 array displayed by an intensity chart, then interpolated to 200 X 500 pixels. I need to save these "movies" of continuously updated intensity plots. I do not know how to do this and cannot find any help on the NI sites.
0 Kudos
Message 1 of 3
(2,700 Views)
> I am new to LabView and I have been designing a data aquisition
> operation. I have the output as a 4 X 10 array displayed by an
> intensity chart, then interpolated to 200 X 500 pixels. I need to
> save these "movies" of continuously updated intensity plots. I do not
> know how to do this and cannot find any help on the NI sites.

What type of movies? One option is simply to save the compressed raw
data and make a viewer that will read and display it similar to what you
saw when it was acquired.

If you want a QuickTime or other video encoding that will play in their
player, you can look at either development SDK functions from the
vendors or to third party toolkits that have already wrapped things up
into VIs.

Greg McKaskle
0 Kudos
Message 2 of 3
(2,700 Views)
Hi,

If you want to create AVI files from the graph, there are some tools on the web that allow you to generate a movie out of what is displayed in certain area of the screen; you could set one of those for the graph and then start rcording the area where the graph is.


Just my 2 cents.

regards,

Juan Carlos
N.I.
0 Kudos
Message 3 of 3
(2,700 Views)