Defines how frames are acquired by this video device. More...
Inherits object.
Static Public Attributes | |
int | FrameByFrame = 0 |
The Stream.wait() method always returns the next image in the video stream. | |
int | Stream = 1 |
The Stream.wait() method syncs to the videos playback rate. More... | |
Defines how frames are acquired by this video device.
|
static |
The Stream.wait() method syncs to the videos playback rate.
That means if this method is called faster than the frame time, the call will block. But on the other hand, if it is called slower than the frame time, images will eventually be dropped.