Skip to content

Program Hikrobot Cameras. The code is for MV-CS200-10GC but it would works for all Hikrobot with minor modifications.

Notifications You must be signed in to change notification settings

xg590/Learn_MV-CS200-10GC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

MV-CS200-10GC is an industrial Area Scan Camera

  • 线阵相机 vs 面阵相机:线阵相机进行线性拍照、适用于扫描条形码或加装机械导轨逐行扫描;面阵相机与传统相机功能接近。

Prerequisite

  • MV-CS200-10GC: a (20MP Area Scan Camera/GigE/IMX183/Color/Basic) camera
  • MVL-KF5028M-12MPE:a (50mm/F2.4/1.2"/25MP Lens/C-Mount) lens
  • Ubuntu 2204: x86-64

海康提供什么/What can we get from HIKROBOT

For Beginer (Use the studio software)

  1. Unzip MVS_STD_GML_V2.1.2_231011.zip and get a bunch of .deb
  2. Install MVS-2.1.2_x86_64_20231011.deb
  3. Some environmental varibles
    cat << EOF >> ~/.bashrc
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/MVS/bin
    export PATH=$PATH:/opt/MVS/bin
    EOF
    source ~/.bashrc
  4. Run the studio software
    MVS # Start the GUI of Machine Vision Studio

For Python Programmer

  • The Dev Guide can be found in /opt/MVS/doc/Machine Vision Camera SDK (C)_Developer Guide_V4.1.0_EN/Machine Vision Camera SDK Developer Guide_Linux_(C) V4.1.0.html
  • Python Sample Code can be found in /opt/MVS/Samples/64/Python
  • An example of setting camera parameters and getting image can be found in this notebook [Warning: The code is not for MV-CS200-10GM which is a monochrome camera]

About

Program Hikrobot Cameras. The code is for MV-CS200-10GC but it would works for all Hikrobot with minor modifications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published