下载中心

当前位置:首页>技术新闻>下载中心
全部 8653 内部新闻 12 行业动态 17 视觉技术 876 图像编程 622 下载中心 7126

大恒图像Linux X86系统中文英文驱动V2.4.2503 Galaxy_Linux-x86_Gige-U3_32bits-64bits_2.4.2503.9201

时间:2025-05-08   访问量:1006

大恒图像Linux X86系统中文英文驱动V2.4.2503 Galaxy_Linux-x86_Gige-U3_32bits-64bits_2.4.2503.9201

文件名: Galaxy_Linux-x86_Gige-U3_32bits-64bits_2.4.2503.9201.zip
文件大小: 37243825 字节 (35.52 MB)
修改日期: 2025-03-31 09:17
MD5: 634511938d39c08024eb6ce5eecbb813
SHA1: 9fec1ce97393b17679cec45856b9352b4e2326c4
SHA256: 5fc8d6fbe73f7c2241ab5b4e7aee1bbcfb34e803e5c9d1c99eb4543e1042e400
CRC32: b0db4349

软件说明
Galaxy Linux-x86-Gige-U3 SDK

1. 支持相机类型:
    水星、水星二代、火星、金星系列USB3.0相机
    水星、水星二代、火星系列GigE相机

2. 支持语言:中文、英文

3. 支持linux内核版本:>=3.5.0( 32和64位)  
    g++版本:>= 4.8
    glibc 版本 >= 2.17

4. 推荐使用的系统发布版本:Ubuntu 14.04 ~20.04

更新说明

V2.4.2503.9201

1. 增加多个功能

2. 修复部分Bug

V1.5.2303.9221

1. 增加多个功能

2. 修复部分Bug


百度网盘下载和大恒官方下载:

大恒图像Linux X86系统中文英文驱动V2.4.2503 Galaxy_Linux-x86_Gige-U3_32bits-64bits_2.4.2503.9201

http://visionbbs.com/thread-33523-1-1.html

(出处: 石鑫华视觉论坛)



Readme

System Requirements
====================

g++ version >= 4.8.x
glibc version >= 2.17

USB3.0 Vision Camera:
   For best performance and stability we highly recommend a kernel version >= 3.5.0.23
   
GigE Vision Camera:
   For best performance and stability we highly recommend a kernel version >= 2.6.13


Test
====================

The SDK package runs well in Ubuntu, eg 12.04, 14.04, 16.04, 18.04, 20.04.
Other linux distribution systems have not been tested, if used, there may be some usage problems.


Installation
====================

1. Installation command: "./Galaxy_camera.run"

2. When you do not see any error message in the installation and the end shown as below, your installation is compelete.
-----------------------------------------------------------------
All configurations will take effect after the system is rebooted.
If you don't want to reboot the system for a while,
you will need to unplug and replug the camera before using SDK.
-----------------------------------------------------------------

Notes:
    1. After your installation, You need to replug Galaxy USB3 device before using SDK.
    2. Don't install the SDK in a folder which path has chinese characters, or SDK may not work.



Troubleshooting
====================
* In installation, if show the following message:

  "service: Command not found"

  or

  "udev: unrecognized service"

  It means your system do not have "udev" service but still have "udev" directory. We can't help you get device permissions automatically. In this case, you need to use "sudo" to run your appliction when using U3V cameras.   
  
* Problem: The GxGigeIPConfig can't see my camera. I'm not able to reconfigure the camera to make it visible again.

  Solution: First make sure you don't have a firewall enabled on your network interface the camera is connected to. If you still can't see the camera, reverse path filtering in the kernel may prevent the GxGigeIPConfig to detect the camera. On some Linux  distributions reverse path filtering may prevent the discovery of GigE Vision cameras. This can happen if the camera's IP address is not within the same subnet as the network adapter the camera is attached to. Normally the GxGigeIPConfig can handle this by using broadcasts to discover the camera on any subnet. Reverse-path filtering may prevent the GxGigeIPConfig to receive the answer from the broadcast which in turn prevents the GxGigeIPConfig from detecting the camera. To check whether filtering is turned on, run the following command:
    sysctl -a 2>/dev/null | grep '.rp_filter'

  in the output look for the following lines:
   net.ipv4.conf.all.rp_filter=1
   net.ipv4.conf.eth1.rp_filter=1

  where "eth1" is the network adapter the camera is connected to.
  The "net.ipv4.conf.all.rp_filter" is a global switch which must be turned off.
  The "net.ipv4.conf.eth1.rp_filter" tells whether filtering for the specified network adapter is activated. To disable filtering, you must first turn off filtering for "all" and the specific network interface (in this sample "eth1"). Use the following commands to change the filtering behavior at runtime:
    sudo sysctl net.ipv4.conf.all.rp_filter=0
    sudo sysctl net.ipv4.conf.eth1.rp_filter=0

  Restart the IP Configurator and check whether the camera(s) are detected. Reconfigure the camera(s) and use "Write Configuration" to make your changes persistent. You can re-enable filtering by executing the same commands but set a value of 1. If you want to turn off filtering permanently, you can edit the same values in /etc/sysctl.conf.

  From Linux kernel version 2.6.32 onwards, the rp_filter settings allow strict and loose filtering. To accept asymmetrically routed packets, modify /etc/sysctl.conf:
    net.ipv4.conf.default.rp_filter = 2
    net.ipv4.conf.all.rp_filter = 2
     
* Problem: When I use GalaxyView in Ubuntu 18.04.* with root permissions, it only show a white UI.
  Solution: You can run GalaxyView by this command:
  sudo QT_X11_NO_MITSHM=1 ./GalaxyView.
  or
  add 'QT_X11_NO_MITSHM=1' to system env.
         
Performance
====================

1.When using USB3.0 Vision Camera,If you need grab image from 4 or more U3V cameras, or you need increasing the package(URB) size or count, you will likely run out of kernel space and see corresponding error messages on the console. Because of the default value of USB Kernel Space set by the kernel is 16 MB. To set the value (in this example to 1000 MB) you can
  execute as root:
      echo 1000 > /sys/module/usbcore/parameters/usbfs_memory_mb
  or execute ./SetUSBStack.sh as root.
  This would assign a maximum of 1000 MB to the USB stack.

2.Performance Optimization
To increase performance and to minimize CPU usage when grabbing images, the following settings should be considered:

USB3.0 vision Camera
Increasing Packet Size
For faster USB transfers you should increase the packet size. You can do this by changing "StreamTransferSize" value by setting the corresponding value via the API.

GigE vision Camera
* Enable Jumbo Frames.
  Many GigE network adapters support so-called jumbo frames, i.e., network packets larger than the usual 1500 bytes. To enable jumbo frames, the maximum transfer unit (MTU) size of the PC's network adapter must be set to a high value. We recommend using a value of 8192.

* Increasing Packet Size.
  When jumbo frames are enabled, the camera's packet size must be increased to benefit from the larger packets.
  
* Disabled the Firewall.
  The firewall must be disabled for network adapters to which cameras are connected. Otherwise, device discovery and receiving streaming data may not work.


上一篇:大恒图像Linux/ARM Linux系统Python驱动Galaxy_Linux_Python_2.4.2503.9202

下一篇:大恒图像Android安卓系统中英文驱动V1.2.2406 Galaxy_Android-armhf_U3V_32bits-64bits_1.2.2406.9041

标签:Galaxy Linux-x86-Gige-U3 SDK  Galaxy_Linux-x86V2.4.2503  Galaxy_Linux-X86_CN-EN  大恒相机LInux X86驱动  大恒工业相机驱动程序  Daheng camera driver  大恒工业相机驱动  大恒工业相机Linux系统驱动  大恒图像  大恒相机Linux驱动 

在线咨询

点击这里给我发消息 售前咨询专员

点击这里给我发消息 售后服务专员

在线咨询

免费通话

24小时免费咨询

请输入您的联系电话,座机请加区号

免费通话

微信扫一扫

微信联系
返回顶部