Browse Source

04185

master
王厅 7 months ago
parent
commit
26c4052956
  1. BIN
      bin/x64/Debug/AIConnectorSDK.dll
  2. BIN
      bin/x64/Release/AIConnectorSDK.dll
  3. 3
      include/AIPVProtocol.h

BIN
bin/x64/Debug/AIConnectorSDK.dll

Binary file not shown.

BIN
bin/x64/Release/AIConnectorSDK.dll

Binary file not shown.

3
include/AIPVProtocol.h

@ -146,7 +146,8 @@ namespace AIPV {
#pragma endregion
using fcbBeforeUpload = std::function<bool(AIPVFrameHeader* imgHeader, uint8_t* imgData, void* userData)>;
using fcbAIPVResult = std::function<void(AIPVResult* result, AIPVStitchResultHeader* stitchresult, uint8_t* mStitchImgData)>;
//using fcbAIPVResult = std::function<void(AIPVResult* result, AIPVStitchResultHeader* stitchresult, uint8_t* mStitchImgData)>;
typedef void(*fcbAIPVResult )(AIPVResult* result, AIPVStitchResultHeader* stitchresult, uint8_t* mStitchImgData);
//using fcbAIPVResult = std::function<void(AIPVResult* result, AIPVStitchResultHeader* stitchresult)>;
}

Loading…
Cancel
Save