|
Dynamsoft Panorama - API Reference
|
Functions | |
| DPS_API int | DPS_GetRuntimeSettings (void *hStitcher, DPS_RuntimeSettings *pSettings) |
| DPS_API int | DPS_UpdateRuntimeSettings (void *hStitcher, DPS_RuntimeSettings *pSettings, char error[], int errorMsgBufferLen) |
| DPS_API int DPS_GetRuntimeSettings | ( | void * | hStitcher, |
| DPS_RuntimeSettings * | pSettings | ||
| ) |
Gets current settings and saves them into a struct.
| [in] | hStitcher | Handle of the Panorama instance. |
| [in,out] | pSettings | The struct of template settings. |
| DPS_API int DPS_UpdateRuntimeSettings | ( | void * | hStitcher, |
| DPS_RuntimeSettings * | pSettings, | ||
| char | error[], | ||
| int | errorMsgBufferLen | ||
| ) |
Updates runtime settings with a given struct.
| [in] | hStitcher | Handle of the Panorama instance. |
| [in] | pSettings | The struct of template settings. |
| [in,out] | error | The buffer is allocated by caller and the recommended length is 256. The error message will be copied to the buffer. |
| [in] | errorMsgBufferLen | The length of the allocated buffer. |