CCD CAMERA : ERROR LIST (NEW)

#define  RETURN_OK                                                1 

#define  RETURN_ERROR                                        0 

#define  KEY_COMPARE_ERROR                   -1 

#define  KEY_DECODER_ERROR                   -2 

#define  OCR_HANDLE_ERROR           -3 

#define  INIT_ERROR                                           -4 

#define  PARAM_WIDTH_ERROR                   -5 

#define  PARAM_HEIGHT_ERROR             -6

#define  FIND_NO_TEXT_AREA                   -7 

#define  FIND_NO_BLACK_BLOCK            -8 

#define  FIND_TWO_MANY_BLACK_BLOCK  -9 

CCD CAMERA : ERROR LIST (OLD)

//Uninitialized

#define NOT_INIT -1

// Initialization file not found

#define INIT_ERROR_NO_FILE -2

//Initialization file is invalid

#define INIT_ERROR_INVALID_ERROR -3

// no black mark found

#define FIND_RECT_FAIL  -101

// find multiple black marks

#define FIND_MULTI_RECT  -102

//ocr recognition failed

#define OCR_FAIL -201

//ocr data is too short (<2 bits)

#define OCR_DATA_TOO_SHORT -202

//ocr data is too long (>8 bits)

#define OCR_DATA_TOO_LONG -203