|
Dynamsoft Panorama - API Reference
|
Functions | |
| DPS_API int | DPS_SetResultCallback (void *hStitcher, CB_PanoramaResult cbFunction, void *pUser) |
| DPS_API int | DPS_SetErrorCodeCallback (void *hStitcher, CB_PanoramaErrorCode cbFunction, void *pUser) |
| DPS_API int DPS_SetErrorCodeCallback | ( | void * | hStitcher, |
| CB_PanoramaErrorCode | cbFunction, | ||
| void * | pUser | ||
| ) |
Sets callback function to process errors generated during image stitching.
| [in] | hStitcher | Handle of the Panorama instance. |
| [in] | cbFunction | Callback function. |
| [in] | pUser | Customized arguments passed to your function. |
| DPS_API int DPS_SetResultCallback | ( | void * | hStitcher, |
| CB_PanoramaResult | cbFunction, | ||
| void * | pUser | ||
| ) |
Sets callback function to process panorama result, including stitched image and barcodes.
| [in] | hStitcher | Handle of the Panorama instance. |
| [in] | cbFunction | Callback function. |
| [in] | pUser | Customized arguments passed to your function. |