Lock mode options for the ring buffer. More...
Static Public Attributes | |
int | Auto = 0 |
Buffer is automatically unlocked while streaming. | |
int | On = 2 |
Buffer is locked after acquisition. | |
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.
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.