|
|
@ -145,7 +145,9 @@ namespace AIPV { |
|
|
|
#pragma pack(pop) |
|
|
|
#pragma endregion |
|
|
|
|
|
|
|
using fcbBeforeUpload = std::function<bool(AIPVFrameHeader* imgHeader, uint8_t* imgData, void* userData)>; |
|
|
|
//using fcbBeforeUpload = std::function<bool(AIPVFrameHeader* imgHeader, uint8_t* imgData/*, void* userData*/)>;
|
|
|
|
typedef bool(*fcbBeforeUpload)(AIPVFrameHeader* imgHeader, uint8_t* imgData); |
|
|
|
|
|
|
|
//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)>;
|
|
|
|