My Goal:
1. Run .avi file and read it's timestamps at each frame.
2. Calculate total time taken in running a .avi file.(Also checking the total no of frames and frames/second)
Can someone point out what's wrong with the 'read time between frames.vi '. The 'frame and data to examine' indicator is showing the same 'total no of frames',which is 166 and the same 'frames/seconds' i.e 30 Frames/sec in all video files. Because of the unchanging behaviour, the 'total time taken ' to run a .avi file is being fixed for any .avi file.
But,if I run the 'read AVI in labVIEW'.vi to only read .avi file, it is working fine . It shows different 'total no of frames' and 'frames/second 'for different videos.
I can't understand what is the mistake in 'read time between frames.vi '