You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
;Set the number of image cache nodes within the SDK, and if you call the interface (MV_CC_SetImageNodeNum or MV_CC_RegisterBuffer), the parameter is invalid; not support MV_CAMERALINK_DEVICE device
16
+
;The actual number of image cache nodes allocated by the SDK = the number of pre allocated nodes within the SDK + ImageNodeNum;
17
+
;Different cameras default to different pre allocated nodes. For example, for dual USB camera, the default number is 3
18
+
ImageNodeNum=1
19
+
20
+
;@~chinese
21
+
;网口相机相关参数
22
+
;@~english
23
+
;The parameters of Gige camera
24
+
[GIGE]
25
+
;@~chinese
26
+
;设置GVCP命令超时时间,默认500ms,范围:0-10000ms
27
+
;@~english
28
+
;Set GVCP command timeout time, the default value is 500ms, range: 0-10000ms
29
+
GvcpTimeout=500
30
+
31
+
;@~chinese
32
+
;U口相机相关参数
33
+
;@~english
34
+
;The parameters of U3V camera
35
+
[U3V]
36
+
;@~chinese
37
+
;设置U3V的传输包大小,Byte,默认为1M,rang:>=0x400
38
+
;@~english
39
+
;Set transfer size of U3V device, the unit is Byte, Default 1M,rang: >=0x400
;Set the interpolation algorithm of thread handle count, 0-self-adapting, other-number of specific thread count(1,2,3,...) (the default thread count is 4)
0 commit comments