Skip to content

Commit 77ebb19

Browse files
committed
Add Hikvision camera driver
1 parent 967b40c commit 77ebb19

55 files changed

Lines changed: 162 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
;@~chinese
2+
;该配置文件列出了部分可配置的参数,其他可配置参数请参考软件安装路径下 /opt/(软件名)/doc/工业相机SDK可配置化参数表.xlsx
3+
;修改配置后上层应用程序要重新启动
4+
;不分设备类型的通用参数
5+
;@~english
6+
;The configuration file lists some configurable parameters, other configurable parameters please refer to the software installation path /opt/(Software)/doc/Camera SDK configurable parameter table.xlsx
7+
;When modifying the configuration, the upper application need restarted
8+
;Generic parameters that do not distinguish device types
9+
[COMMON]
10+
;@~chinese
11+
;设置SDK内部图像缓存节点个数,若调用接口(MV_CC_SetImageNodeNum)主动设置,则此参数无效;若是外部分配缓存模式(即调用MV_CC_RegisterBuffer)此参数也无效;不支持MV_CAMERALINK_DEVICE 类型的设备
12+
;SDK实际分配的节点个数 = SDK内部预分配的个数 + ImageNodeNum;
13+
;不同相机因为取流方式不同,SDK内部预分配的个数不同:比如 双U内部分配默认3个节点
14+
;@~english
15+
;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
40+
TransferSize=1048576
41+
;@~chinese
42+
;设置流包间隔超时时间,默认50ms,当超时时间>1000ms会关闭断流恢复机制
43+
;@~english
44+
;Set stream payload interval timeout, Default 50ms;
45+
StreamPayloadTimeout=50
46+
;@~chinese
47+
;设置出流寄存器读写超时时间,默认30ms
48+
;@~english
49+
;Set stream control register timeout, Default 30ms
50+
SIControlRegTimeout=30
51+
;@~chinese
52+
;设置控制寄存器读写超时时间,默认1000ms
53+
;除SI寄存器外
54+
;@~english
55+
;Set control Reg timeout ms, Default 1000ms
56+
;Except SI Reg
57+
SyncTimeout=1000
58+
59+
;@~chinese
60+
;CameraLink相机相关参数
61+
;@~english
62+
;The parameters of CameraLink camera
63+
[CAML]
64+
65+
;@~chinese
66+
;图像处理相关的参数
67+
;@~english
68+
;The parameters of image processing
69+
[IMG_PROCESSING]
70+
;@~chinese
71+
;设置插值算法类型,0-快速 1-均衡 2-最优 3-最优+(默认为均衡)
72+
;@~english
73+
;Interpolation algorithm type setting, 0-Fast 1-Equilibrium 2-Optimal 3-Optimal+(the default value is 1-Equilibrium)
74+
BayerCvtQuality=1
75+
;@~chinese
76+
;设置插值算法处理线程个数,0-自适应 其他-具体线程个数(1,2,3,...)(默认线程个数为4)
77+
;@~english
78+
;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)
79+
BayerCvtThreadNum=4
667 KB
Binary file not shown.
604 KB
Binary file not shown.
86.2 KB
Binary file not shown.
86.2 KB
Binary file not shown.
55.4 KB
Binary file not shown.
397 KB
Binary file not shown.
6.32 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libMVGigEVisionSDK.so.4.5.0.3
389 KB
Binary file not shown.

0 commit comments

Comments
 (0)