Please enable JavaScript to view this site.

uEye .NET Manual 4.97

The Video class provides methods for capturing videos. In contrast to the uEye.Camera.Video class the uEye.Tools.Video class requires more manually programming, but can be used in all display modes. It is also possible to extract single frames from the AVI file.

hint_info

Attention: After starting the video do not change the image memory otherwise it may lead to undefined behavior.

Methods

Method

Description

AddFrame

Adds a new frame to an AVI sequence.

Close

Closes an AVI file which was opened using Open().

Exit

Exits an instance of the uEye AVI interface which was initialized by Init().

GetFrameCount

Reads out the number of frames that have been saved.

GetLostCount

Reads out the number of frames that have been discarded.

GetSize

Use this method to retrieve the size of the frame sequence saved to the current AVI file.

Init

Initializes an instance of the uEye AVI interface.

Open

Opens a new or existing AVI file.

ResetCounter

Resets the counters for saved and discarded images.

SetFramerate

Sets the frame rate for AVI capturing.

SetImageSize

Sets the size and position of the area of interest which will be saved to the AVI file. Additionally this method specifies the input color format of the frames.

SetQuality

Indicates the quality for the frames to be compressed.

Start

Starts the image capture thread.

Stop

Stops the image capture thread.