PST SDK  5.2.0.0-0eac0f6
pstech.pstsdk.errors.EStatusMessage Class Reference
+ Inheritance diagram for pstech.pstsdk.errors.EStatusMessage:
+ Collaboration diagram for pstech.pstsdk.errors.EStatusMessage:

Static Public Attributes

int OK = 0
 
int NOT_INITIALIZED = 1
 
int DISCONNECTED = 2
 
int GENERAL_ERROR = 3
 
int TIMEOUT_ERROR = 4
 
int NOCAMS_FOUND = 5
 
int NOTENOUGHCAMS_FOUND = 6
 
int INIT_ERROR = 7
 
int CANNOT_START_CAMS = 8
 
int CANNOT_SETUP_CAMS = 9
 
int NULL_TRACKER_HANDLE_ERROR = 10
 
int UNKNOWN_STATUS = 11
 

Member Data Documentation

◆ CANNOT_SETUP_CAMS

pstech.pstsdk.errors.EStatusMessage.CANNOT_SETUP_CAMS = 9
static

Grabber failed setting up cameras.

◆ CANNOT_START_CAMS

pstech.pstsdk.errors.EStatusMessage.CANNOT_START_CAMS = 8
static

Grabber could not start cameras.

◆ DISCONNECTED

pstech.pstsdk.errors.EStatusMessage.DISCONNECTED = 2
static

The grabber has been disconnected.

◆ GENERAL_ERROR

pstech.pstsdk.errors.EStatusMessage.GENERAL_ERROR = 3
static

Unspecified grabber error.

◆ INIT_ERROR

pstech.pstsdk.errors.EStatusMessage.INIT_ERROR = 7
static

Grabber did not initialize correctly.

◆ NOCAMS_FOUND

pstech.pstsdk.errors.EStatusMessage.NOCAMS_FOUND = 5
static

Grabber could not detect any cameras.

◆ NOT_INITIALIZED

pstech.pstsdk.errors.EStatusMessage.NOT_INITIALIZED = 1
static

Tracker failed to initialize correctly.

◆ NOTENOUGHCAMS_FOUND

pstech.pstsdk.errors.EStatusMessage.NOTENOUGHCAMS_FOUND = 6
static

Grabber could not detect sufficient cameras.

◆ NULL_TRACKER_HANDLE_ERROR

pstech.pstsdk.errors.EStatusMessage.NULL_TRACKER_HANDLE_ERROR = 10
static

Tracker not created or freed.

◆ OK

pstech.pstsdk.errors.EStatusMessage.OK = 0
static

The system is running OK.

◆ TIMEOUT_ERROR

pstech.pstsdk.errors.EStatusMessage.TIMEOUT_ERROR = 4
static

Grabber timeout error.

◆ UNKNOWN_STATUS

pstech.pstsdk.errors.EStatusMessage.UNKNOWN_STATUS = 11
static

Unknown status message.


The documentation for this class was generated from the following file: