Dynamsoft Panorama - API Reference
|
|
strong |
Describes the barcode types in BarcodeFormat group 1. All the formats can be combined, such as BF_CODE_39 | BF_CODE_128. Note: The barcode format our library will search for is composed of BarcodeFormat group 1 and BarcodeFormat group 2, so you need to specify the barcode format in group 1 and group 2 individually.
|
strong |
Describes the barcode types in BarcodeFormat group 2. Note: The barcode format our library will search for is composed of BarcodeFormat group 1 and BarcodeFormat group 2, so you need to specify the barcode format in group 1 and group 2 individually.
|
strong |
Describes error codes.
Enumerator | |
---|---|
DPSERR_ERROR_CALLBACK_EXISTS | Errorcode call-back function already exists. |
DPSERR_RESULT_CALLBACK_EXISTS | Result call-back function already exists. |
DPSERR_INPUT_NULL_POINTER | NULL input pointer in Panorama. |
DPSERR_DBR_VERSION_INVALID | The DBR Version is invalid. |
DPSERR_PANORAMA_ALREADY_STARTED | Panorama has been started. |
DPSERR_PANORAMA_NOT_STARTED | Panorama is not started before appending frames. |
DPSERR_PANORAMA_NOT_STOP | Panorama is not stopped before getting final results. |
DPSERR_PANORAMA_STARTED_BY_FILE | Panorama is already started by file. |
DPSERR_PANORAMA_STARTED_BY_BUFFER | Panorama is already started by buffer. |
DPSERR_STITCHED_IMAGE_NOT_EXISTS | No stitched images exist. |
DPSERR_OVERLAP_REGION_INVALID | The overlap region is invalid. |
DPSERR_OVERLAP_MODE_STITCH_STOPED | The frames can not continue to be stitched in overlap mode. |
DPSERR_GS1_COMPOSITE_LICENSE_INVALID | The GS1 Composite code license is invalid. |
DPSERR_GS1_DATABAR_LICENSE_INVALID | The GS1 Databar license is invalid. |
DPSERR_MAXICODE_LICENSE_INVALID | The Maxicode license is invalid. |
DPSERR_IRT_LICENSE_INVALID | The Intermediate Result Types license is invalid. |
DPSERR_GET_MODE_ARGUMENT_ERROR | Failed to get mode's argument. |
DPSERR_LICENSE_DEVICE_RUNS_OUT | The device number in the license key runs out. |
DPSERR_LICENSE_KEY_INVALID | The license key is invalid. |
DPSERR_LICENSE_CONTENT_INVALID | The license content is invalid. |
DPSERR_SET_MODE_ARGUMENT_ERROR | Failed to set mode's argument. |
DPSERR_STOP_DECODING_THREAD_FAILED | Failed to stop the frame decoding thread. |
DPSERR_FRAME_DECODING_THREAD_EXISTS | The frame decoding thread is already existed. |
DPSERR_DPM_LICENSE_INVALID | The DPM license is invalid. |
DPSERR_POSTALCODE_LICENSE_INVALID | The Postal code license is invalid. |
DPSERR_PATCHCODE_LICENSE_INVALID | The Patchcode license is invalid. |
DPSERR_LICENSE_INIT_FAILED | Failed to init the license. |
DPSERR_REQUESTED_FAILED | Failed to request the license file. |
DPSERR_LICENSEKEY_NOT_MATCHED | The license key is not match the license file. |
DPSERR_LICENSE_DLL_MISSING | The License DLL is missing. |
DPSERR_AZTEC_LICENSE_INVALID | The AZTEC license is invalid. |
DPSERR_RESERVEDINFO_NOT_MATCHED | The reserved info does not match the reserved info bound in the current product key. |
DPSERR_DOMAIN_NOT_MATCHED | The domain of your current site does not match the domain bound in the current product key. |
DPSERR_PARAMETER_VALUE_INVALID | The parameter value is invalid or out of range. |
DPSERR_JSON_NAME_REFERENCE_INVALID | The name reference is invalid. |
DPSERR_TEMPLATE_NAME_INVALID | The template name is invalid. |
DPSERR_JSON_NAME_VALUE_DUPLICATED | The value of the key "Name" is duplicated. |
DPSERR_JSON_NAME_KEY_MISSING | The mandatory key "Name" is missing. |
DPSERR_JSON_VALUE_INVALID | The value is invalid or out of range. |
DPSERR_JSON_KEY_INVALID | The key is invalid. |
DPSERR_JSON_TYPE_INVALID | The value type is invalid. |
DPSERR_JSON_PARSE_FAILED | Failed to parse json string. |
DPSERR_RECOGNITION_TIMEOUT | Recognition timeout. |
DPSERR_CUSTOM_MODULESIZE_INVALID | The custom module size is invalid. |
DPSERR_CUSTOM_SIZE_INVALID | The custom size is invalid. |
DPSERR_PAGE_NUMBER_INVALID | The page number is invalid. |
DPSERR_PDF_DLL_MISSING | The PDF DLL is missing. |
DPSERR_PDF_READ_FAILED | Failed to read the PDF file. |
DPSERR_DATAMATRIX_LICENSE_INVALID | The DATAMATRIX license is invalid. |
DPSERR_PDF417_LICENSE_INVALID | The PDF417 license is invalid. |
DPSERR_DIB_BUFFER_INVALID | The DIB(Device-independent bitmaps) buffer is invalid. |
DPSERR_1D_LICENSE_INVALID | The 1D barcode license is invalid. |
DPSERR_QR_LICENSE_INVALID | The QR Code license is invalid. |
DPSERR_TIFF_READ_FAILED | Failed to read the TIFF image. |
DPSERR_IMAGE_READ_FAILED | Failed to read the image. |
DPSERR_MAX_BARCODE_NUMBER_INVALID | The maximum barcode number is invalid. |
DPSERR_CUSTOM_REGION_INVALID | The input region value parameter is invalid. |
DPSERR_BARCODE_FORMAT_INVALID | The barcode format is invalid. |
DPSERR_INDEX_INVALID | The index is invalid. |
DPSERR_BPP_NOT_SUPPORTED | The BPP(Bits per pixel) is not supported. |
DPSERR_FILETYPE_NOT_SUPPORTED | The file type is not supported. |
DPSERR_FILE_NOT_FOUND | The file is not found. |
DPSERR_LICENSE_EXPIRED | The license has expired. |
DPSERR_LICENSE_INVALID | The license is invalid. |
DPSERR_NULL_POINTER | Null pointer. |
DPSERR_NO_MEMORY | Not enough memory to perform the operation. |
DPSERR_UNKNOWN | Unknown error. |
DPS_SUCCESS | Successful. |
DPS_SYSTEM_EXCEPTION | System exception |
DPSERR_LOAD_MODULE_DLL_FAILED | Failed to load module dll . |
|
strong |