|
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_FILE_NOT_AVAILABLE | The size of the incoming img is different from before. |
| DPSERR_STITCH_ALREADY_INTERRUPTTED | The stitching is up to stop as image segmentation is not allowed by settings. |
| DPSERR_VISTAIMG_NOT_SETTED | The vista img appended is not far enough from the previous frame. |
| DPSERR_JSON_PARSE_FAILED | Failed to init json settings. |
| DPSERR_FUNCTIONAL_MODE_INVALID | The functional mode is invalid. |
| DPSERR_SET_PREVIEW_SCALE_ERROR | Failed to set preview scale. |
| DPSERR_SET_RESULT_SCALE_ERROR | Failed to set result scale. |
| DPSERR_SET_ACCURACY_LEVEL_ERROR | Failed to set stitching accuracy level. |
| DPSERR_SET_EXIST_DUPLICATE_CODE_ERROR | Failed to set whether duplicate code exist. |
| DPSERR_SET_MAX_THREAD_NUMBER_ERROR | Failed to set max number of threads. |
| DPSERR_SET_FRAME_BUFFER_SIZE_ERROR | The frame buffer size setted is out of range. |
| DPSERR_MAX_MEMORY_SIZE_ERROR | Failed to set max memory size. |
| DPSERR_INPUT_SOURCE_MODE_INVALID | The input source mode is invalid. |
| DPSERR_SCAN_PATH_MODE_INVALID | The scanpath mode is invalid. |
| DPSERR_SET_VISTAIMG_VALID_ERROR | Failed to set whether vista image is valid. |
| DPSERR_SET_ALLOW_IMGSEGMENTATION_ERROR | Failed to set whether image segmentation is allowed. |
| DPSERR_SET_PREVIEW_COVERAGE_ERROR | Failed to set preview image coverage. |
| 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_DBR_SOME_BARCODE_LICENSE_INVALID | Some barcode licenses are invalid. |
| DPSERR_DBR_JSON_FAILED | An error occurs in the DBR JSON settings. |
| DPSERR_PANORAMA_LICENSE_INVALID | The panorama license is invalid. |
| DPSERR_IRT_LICENSE_INVALID | The Intermediate Result Types license is invalid. |
| DPSERR_RECOGNITION_TIMEOUT | Recognition timeout. |
| DPSERR_DIB_BUFFER_INVALID | The DIB(Device-independent bitmaps) buffer is invalid. |
| DPSERR_IMAGE_READ_FAILED | Failed to read the image. |
| 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 |