diff --git a/bin/x64/Debug/AIConnectorSDK.dll b/bin/x64/Debug/AIConnectorSDK.dll index 464fb75..ccbfb87 100644 Binary files a/bin/x64/Debug/AIConnectorSDK.dll and b/bin/x64/Debug/AIConnectorSDK.dll differ diff --git a/bin/x64/Release/AIConnectorSDK.dll b/bin/x64/Release/AIConnectorSDK.dll index 4840868..654b6c3 100644 Binary files a/bin/x64/Release/AIConnectorSDK.dll and b/bin/x64/Release/AIConnectorSDK.dll differ diff --git a/include/AIPVProtocol.h b/include/AIPVProtocol.h index 55cb4fb..87f7061 100644 --- a/include/AIPVProtocol.h +++ b/include/AIPVProtocol.h @@ -107,8 +107,8 @@ namespace AIPV { uint16_t mHeight; //拼接之后图像高 char mStitchImgName[AIPVMaxImgFilePathSize]; //拼接之后图像名称 uint32_t mStitchImgSize; //拼接之后图像大小 - uint8_t mIsFinish; //是否拼接完成标志,为1 代表1张图拼接完成,为0 代表图还没有拼接完成,可以不用处理 - uint8_t mRes[3]; //保留 + uint16_t mIsFinish; //是否拼接完成标志,为1 代表1张图拼接完成,为0 代表图还没有拼接完成,可以不用处理 + uint8_t mRes[2]; //保留 //uint8_t* mStitchImgData; //拼接图像 }; @@ -146,7 +146,8 @@ namespace AIPV { #pragma endregion using fcbBeforeUpload = std::function; - using fcbAIPVResult = std::function; + //using fcbAIPVResult = std::function; + using fcbAIPVResult = std::function; }