NI Home
Cart Cart | Help
Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Currently Being Moderated

Read AVI File With Buffering

VERSION 2

Created on: Dec 11, 2009 7:57 AM by Hesloppy - Last Modified:  Dec 11, 2009 8:08 AM by Hesloppy

Introduction

Often reading each frame of an AVI file can take longer that the frame rate of the file.  This example creates a buffer of images to read the frames of the AVI file into, then displays the images from that buffer.  It removes the jumpy viewing by displaying the video file at the proper frame rate.

 

AVI Buffered Read.png

 

 

Additional Notes

Note that this stores each of the frames in RAM.  This method currently only works with smaller AVI files based on RAM limitations.

 

Downloads:
Average User Rating
(0 ratings)




There are no comments on this document

More Like This

  • Retrieving data ...