LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Contol of avi files frame by frame using Labview

I want to view an avi file frame by frame in Labview Is it possible or is there another tool which supports such an operation.
Thanks in adavnce
Rajan
0 Kudos
Message 1 of 3
(2,926 Views)
Hi,
try this link
IMAQ AVI Read Write Example

Also if you want to view the movie yuo can use ActiveX control of Media player.

Good luck.

Oleg Chutko.
0 Kudos
Message 2 of 3
(2,926 Views)
Hi,
I've created the example of how to do it with media player ActiveX control. You just need to know the FPS of your movie to run it.
BUT it works not with all AVI files. I tested it with MPEG4 files and for some of them everything was OK, but for files created with DivX Codec this VI doesn't work. I think this is because of some compression methods included in different codecs.

Guud luck.

Oleg Chutko.
0 Kudos
Message 3 of 3
(2,926 Views)