To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example demonstrates how to play an AVI video file with a user defined wait time between each frame.
Description
If you want to replay an AVI video in LabVIEW, you need to control the frame rate of the video. The Vision Development Module (VDM) already provides the functions to open, read and close an AVI file. The frame rate has to be implemented with a wait time inside the loop which reads frame-by-frame from the AVI file.
Requirements
Software
Hardware
Steps to Implement or Execute Code
Additional Information or References
**The code for this example has been edited to meet the new Community Example Style Guidelines. The edited copy is marked with the text ‘NIVerified’. Read here for more information about the new Example Guidelines and Community Platform.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.