You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
;该配置文件列出了部分可配置的参数, 其他可配置参数请参考软件安装路径下Development\Documentations\工业相机SDK可配置化参数表.xlsx
;修改配置后上层应用程序要重新启动
;不分设备类型的通用参数
[COMMON]
;设置SDK内部图像缓存节点个数, 若不调用接口(MV_CC_SetImageNodeNum)主动设置,默认为1, 除双U口相机外
;双U口相机SDK内部多分配2个节点即ImageNodeNum+2,默认节点个数为3
ImageNodeNum = 1
;设置为1, 表示设置系统时间精度; 若不设置则为默认windows时钟精度
SetTimeFlag = 0
;默认不开启; 设置为1, 表示开启生成崩溃MiniDump文件;
MiniDumpFlag = 0
;网口相机相关参数
[GIGE]
;设置GVCP命令超时时间, 默认500ms, 范围: 0-10000ms
GvcpTimeout = 500
;设置取流模式
;若存在GE1104采集卡模拟标准网卡环境, 则虚拟网卡下第一个相机走PCIE驱动模式取流, 默认值为0;
;若修改为1, 则表示走普通模式取流;
AcquisitionDriveMode = 0
;U口相机相关参数
[U3V]
;设置U3V的传输包大小, Byte, 默认为1M, rang: >=0x400
TransferSize = 1048576
;CameraLink相机相关参数
[CAML]
;图像处理相关的参数
[IMG_PROCESSING]
;设置插值算法类型, 0-快速 1-均衡 2-最优 3-最优+(默认为最优)
BayerCvtQuality = 2
;设置插值算法处理线程个数, 0-自适应 其他-具体线程个数(1,2,3,...)( 默认线程个数为4)
BayerCvtThreadNum = 4