Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 702 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 702 Bytes

ros2_hik_camera

A ROS2 package for Hikvision USB3.0 industrial camera

Usage

ros2 launch hik_camera hik_camera.launch.py

Params

  • exposure_time
  • gain
  • pixel_format
  • adcbit_depth

后两个参数为 string ,按照需要查看 hik 中的 XML 属性表,下面给出几个常见的对应示例

参数 内容 备注
pixel_format BayerRG8 bayer_RG8
pixel_format RGB8Packed RGB8
adcbit_depth Bits_12 12bit
adcbit_depth Bits_8 8bit 只有 pixel_format 为 BayerRG8 才可以设置