WriteFrame Method

NI Vision for Visual Basic

WriteFrame Method

Syntax

CWIMAQAVISession.WriteFrame SourceImage [, Data]

Purpose

Writes a frame to the currently open AVI.

Remarks

You can call this method only on a session opened for write.

Parameters

SourceImage As CWIMAQImage

The image to write to the frame of the AVI.

Data As Variant

[Optional] The data to attach to this frame, if any. This is a CWIMAQData object.