1. 配置文件:ximeadll加入 getBufferPolicy 和 getAcqBufferSize;

2. 增大内存池的大小,以便100帧写一次硬盘;
3. 增加ximea报错代码:10/11,将报错代码添加时间写入文件;
This commit is contained in:
tangchao0503
2023-06-21 16:43:33 +08:00
parent 09d224075a
commit 6fc2680a1c
5 changed files with 149 additions and 45 deletions

View File

@ -26,7 +26,7 @@
#include <climits>
#include <cstddef>
template <typename T, size_t BlockSize = 16368000>
template <typename T, size_t BlockSize = 409200000>
class MemoryPool
{
public: