01-25-2012 04:36 AM
How to increase the speed of video (.avi file) using labview? I have tried this by skiping alternate frames. also I have used minimum time delay.Is there any other option for which i can go?
please suggest me...........
01-25-2012 10:27 AM
Are you using NI Vision IMAQ AVI Read Frame or anther method to read the AVI file?
01-26-2012 10:12 PM
YES,I am using NI Vision IMAQ AVI Read Frame to read the AVI file.
01-27-2012 01:54 AM
To play the AVI faster you have to use a higher rate in reading then it was recorded with, that's all.
Have a look at the "Read AVI Example.vi" which uses "IMAQ AVI Get Info.vi" to read the original frames per second the AVI was recorded with.
Christian
01-27-2012 05:31 AM
Thank you...........