LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

writing frames to a avi file

how do i write frames in a sequence to avi file
0 Kudos
Message 1 of 6
(3,196 Views)
There is an example program on the NI website that writes IMAQ images into an AVI file. It can be found by typing "avi" into the search field of ni.com. It's the first example program that comes up.

Let me know if you have any questions.

Kyle V
0 Kudos
Message 2 of 6
(3,196 Views)
HI Kyle,
Thanks for your reply. actually i am using IMAQ PCI-1411 card for image acquistion.i have to implement digital video recording by integrating a frame grabber interface with labview and converting single frames into AVI file.
0 Kudos
Message 3 of 6
(3,196 Views)
From what I gather from your post, you want to acquire an image (color?) with the 1411 and then add it to an AVI file so the end result is a movie of all of the images you have acquired. If this is correct, then the AVI Read/Write example on our website should be exactly what you need.

If not, please let me know what else you need.
Kyle V
0 Kudos
Message 4 of 6
(3,196 Views)
HI Kyle.
Thanks for your reply. well i try with this example, but unfotunately it does not works with this. well
in this example another write function has been used, and i am using the write function which is located in the following link.
www.imagemill-tech.com/AVI50/AVI50.htm

moreover i have to write this video file to hard disk.
with regards.
0 Kudos
Message 5 of 6
(3,196 Views)
well i am sending you my source code that i am using to write the frames in a file to a hard disk.
it is not writing, despite i am calling write function.
i am using Labview version 6.1
please have a look to this source code and tell me how can i correct it.
with regards
faisa
0 Kudos
Message 6 of 6
(3,196 Views)