The Video class provides methods for saving captured images in an AVI file. Images are added automatically by Capture(). All settings have to be done before starting the video with Start(). To reduce the file size, the single frames are stored in the AVI container using an adjustable JPEG compression.
In contrast to the uEye.Tools.Video class the uEye.Camera.Video class can be used more automatically. It can only be used with the DIB display mode.
Attention: After starting the video do not change the image memory otherwise it may lead to undefined behavior. |
Methods
Method |
Description |
---|---|
Reads out the number of frames that have been saved. |
|
Returns the set frame rate for AVI capturing. |
|
Reads out the number of frames that have been discarded. |
|
Returns the set quality for the frame compression. |
|
Returns the current status of the video. |
|
Use this method to retrieve the size of the frame sequence saved to the current AVI file. |
|
Returns the ID of the current AVI file. |
|
Resets the counters for saved and discarded images. |
|
Sets the frame rate for AVI capturing. |
|
Indicates the quality for the frames to be compressed. |
|
Starts the image capture thread. |
|
Stops the image capture thread. |