Defines how frames are acquired by this video device. More...
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. | |
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.
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.