PlaybackMode Enumeration

CVB.Net Documentation
Defines how frames are acquired by this video device.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public enum PlaybackMode
Members

  Member nameValueDescription
FrameByFrame0 The Wait method always returns the next image in the video stream.
Stream1 The Wait method syncs to the videos playback rate. That means if you call this method faster than the frame time the call will block. But on the other hand if you are slower than the frame time you will eventually drop images.
See Also

Reference