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.
Attention: After starting the video do not change the image memory otherwise it may lead to undefined behavior. |
Methods
Method |
Description |
---|---|
Adds a new frame to an AVI sequence. |
|
Closes an AVI file which was opened using Open(). |
|
Exits an instance of the uEye AVI interface which was initialized by Init(). |
|
Reads out the number of frames that have been saved. |
|
Reads out the number of frames that have been discarded. |
|
Use this method to retrieve the size of the frame sequence saved to the current AVI file. |
|
Initializes an instance of the uEye AVI interface. |
|
Opens a new or existing AVI file. |
|
Resets the counters for saved and discarded images. |
|
Sets the frame rate for AVI capturing. |
|
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. |
|
Indicates the quality for the frames to be compressed. |
|
Starts the image capture thread. |
|
Stops the image capture thread. |