Enumerations | |
enum | LockMode { LOCKMODE_AUTO = 0 , LOCKMODE_OFF = 1 , LOCKMODE_ON = 2 } |
Lock mode of the ring buffer control. More... | |
enum LockMode |
Lock mode of the ring buffer control.
Enumerator | |
---|---|
LOCKMODE_AUTO | The driver will automatical lock (when a buffer has been filled by an acquisition) and unlock (when the corresponding ImageSnaped event returns) buffers. |
LOCKMODE_OFF | Don't lock buffers at all. Simply acquire into the ringbuffer and overwrite the image data. |
LOCKMODE_ON | Don't unlock buffers automatically. The buffer has to be unlocked manually using Unlock method to enable a new datatransfer into that buffer. |