CommonParameters.ini 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. ;@~chinese
  20. ;网口相机相关参数
  21. ;@~english
  22. ;The parameters of Gige camera
  23. [GIGE]
  24. ;@~chinese
  25. ;设置GVCP命令超时时间,默认500ms,范围:0-10000ms
  26. ;@~english
  27. ;Set GVCP command timeout time, the default value is 500ms, range: 0-10000ms
  28. GvcpTimeout=500
  29. ;@~chinese
  30. ;U口相机相关参数
  31. ;@~english
  32. ;The parameters of U3V camera
  33. [U3V]
  34. ;@~chinese
  35. ;设置U3V的传输包大小,Byte,默认为1M,rang:>=0x400
  36. ;@~english
  37. ;Set transfer size of U3V device, the unit is Byte, Default 1M,rang: >=0x400
  38. TransferSize=1048576
  39. ;@~chinese
  40. ;设置流包间隔超时时间,默认50ms,当超时时间>1000ms会关闭断流恢复机制
  41. ;@~english
  42. ;Set stream payload interval timeout, Default 50ms;
  43. StreamPayloadTimeout=50
  44. ;@~chinese
  45. ;设置出流寄存器读写超时时间,默认30ms
  46. ;@~english
  47. ;Set stream control register timeout, Default 30ms
  48. SIControlRegTimeout=30
  49. ;@~chinese
  50. ;设置控制寄存器读写超时时间,默认1000ms
  51. ;除SI寄存器外
  52. ;@~english
  53. ;Set control Reg timeout ms, Default 1000ms
  54. ;Except SI Reg
  55. SyncTimeout=1000
  56. ;@~chinese
  57. ;CameraLink相机相关参数
  58. ;@~english
  59. ;The parameters of CameraLink camera
  60. [CAML]
  61. ;@~chinese
  62. ;图像处理相关的参数
  63. ;@~english
  64. ;The parameters of image processing
  65. [IMG_PROCESSING]
  66. ;@~chinese
  67. ;设置插值算法类型,0-快速 1-均衡 2-最优 3-最优+(默认为均衡)
  68. ;@~english
  69. ;Interpolation algorithm type setting, 0-Fast 1-Equilibrium 2-Optimal 3-Optimal+(the default value is 1-Equilibrium)
  70. BayerCvtQuality=1
  71. ;@~chinese
  72. ;设置插值算法处理线程个数,0-自适应 其他-具体线程个数(1,2,3,...)(默认线程个数为4)
  73. ;@~english
  74. ;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)
  75. BayerCvtThreadNum=4