CVBpy 14.0
PlaybackMode Class Reference

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...
 

Detailed Description

Defines how frames are acquired by this video device.

Member Data Documentation

◆ Stream

int Stream = 1
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.