imaqOpenAVI

NI Vision for LabWindows/CVI Function

imaqOpenAVI

Usage

AVISession imaqOpenAVI(const char* fileName);

Purpose

This function opens an existing AVI file so that images and data can be read from it.

Parameters

Name

Type

Description

fileName const char* The name of the AVI file to open.

Return Value

Type

Description

AVISession On success, this function returns a session ID associated with the given AVI file. On failure, this function returns 0. To get extended error information, call imaqGetLastError().