LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create avi from images

I have same images and a want to create a avi. I have vision 6.
0 Kudos
Message 1 of 3
(4,051 Views)
Although anything is possible with LabVIEW, as it IS a programming language, I suggest that you may want to find some shareware or even a trial version of software that allows you to create an AVI.

Traditionally, these software packages can be quite expensive (over $1,000 on average!) Shareware may be available, but of course won't have the nice features. If you still want to create your own, then you will need to know how to put the images together in the file. This is probably not that difficult, but you will definitely need the AVI file protocol.

Good luck.

Oh, and if you do program your own, let us know here, we may want to buy a copy...
Message 2 of 3
(4,051 Views)
There's an example here:
http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/fb8b82e425ac68c886256a930070771c?OpenDocument

That illustrates how to create an AVI file from individual images in LabVIEW. It uses the IMAQ Vision toolkit, but the source code is included so you can see how AVI files are created from individual images if you don't IMAQ Vision, and you can modify it.

Hope this helps,
Brad Buchanan
IMAQ Product Support Engineer
0 Kudos
Message 3 of 3
(4,051 Views)