Lock mode options for the ring buffer. More...
Inherits object.
Static Public Attributes | |
int | Auto = 0 |
Buffer is automatically unlocked while streaming. More... | |
int | On = 2 |
Buffer is locked after acquisition. More... | |
Lock mode options for the ring buffer.
|
static |
Buffer is automatically unlocked while streaming.
Traditional CVB behavior when you are using any of the acquisition interfaces.
|
static |
Buffer is locked after acquisition.
Has to be manually unlocked via RingBufferImage.Unlock() method. If all buffers are locked the system looses images.