Dynamsoft Panorama - API Reference
Typedefs
Function Pointer

Typedefs

typedef void(* CB_PanoramaResult) (PanoramaResultArray **pResult, void *pUser)
 
typedef void(* CB_PanoramaErrorCode) (int errorCode, void *pUser)
 

Typedef Documentation

◆ CB_PanoramaErrorCode

typedef void(* CB_PanoramaErrorCode) (int errorCode, void *pUser)

Represents the method that will handle the error code returned by the SDK.

Parameters
errorCodeError Code generated when stitching frames.
pUserCustomized arguments passed to your function.
See also
ErrorCode

◆ CB_PanoramaResult

typedef void(* CB_PanoramaResult) (PanoramaResultArray **pResult, void *pUser)

Represents the method that will handle the stitched image and panorama result returned by the SDK.

Parameters
pResultThe panorama result array.
pUserCustomized arguments passed to your function.
See also
PanoramaResult