CVBpy 14.1
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Modules Pages
WaitStatus Class Reference

Status after waiting for an image to be returned. More...

Inherits object.

Static Public Attributes

int Abort = 1
 The acquisition has been stopped asynchronously, there is no image buffer.
 
int Ok = 0
 Everything is fine, a new image arrived.
 
int Timeout = 2
 A timeout occurred, no image buffer has been returned.
 

Detailed Description

Status after waiting for an image to be returned.