注册登陆后可查看附件和大图,以及购买相关内容
您需要 登录 才可以下载或查看,没有账号?注册会员
x
大恒图像Linux/ARM Linux系统Python驱动Galaxy_Linux_Python_2.4.2503.9202
Galaxy_Linux_Python_2.4.2503.9202.zip
V2.4.2503
文件名: Galaxy_Linux_Python_2.4.2503.9202.zip
文件大小: 3771757 字节 (3.60 MB)
修改日期: 2025-04-07 09:01
MD5: 08139fc089eb9f6977576d0ea3dac157
SHA1: d201f28e2e86a13348c5c3aff931cf54e4b5b243
SHA256: 431eb81f1493a278064c5a3916bf459a38dfb05d3bbd2d3f0ba601b7c7d326c8
CRC32: 82ce72ea
语言:中文/英文
相机:USB3.0 / USB2.0 / Gige
系统:Linux、ARM Linux
软件描述:
软件说明
更新说明
V2.4.2503
1.添加字符串功能接口以及interface层接口 2.添加action命令接口 3.支持日志功能 4.同步最新的图像处理功能
V2.0.2106 1.添加设备重连接口以及调节亮度、镜像等图像处理库接口
百度网盘下载地址:
链接:https://pan.baidu.com/s/1hKLOqPQMxVaLizAlvomUgQ
提取码:
大恒官方下载地址:
自述说明:
********************************************************
INSTALL INSTRUCTIONS
2020-01-13
********************************************************
BEFORE INSTALLATION
====================
Before installing the Galaxy python, Galaxy Linux SDK should be installed first. Otherwise, the python library will not work properly.
================================================
Galaxy python installation for Linux
================================================
Python2.7 gxipy installation
====================
1.Install python2.7 & python2.7-dev
(1) sudo apt-get install python2.7
(2) sudo apt-get install python2.7-dev
2.Install the python-setuptools toolkit
(1) sudo apt-get install python-setuptools
3.Install gxipy library
(1) cd ./api
(2) python setup.py build
(3) sudo python setup.py install
4.Install numpy library
(1)First method by pip:
1)sudo apt-get install python-pip
2)sudo pip install numpy
(2)Second method by numpy source code:
1)Download source code
wget http://jaist.dl.sourceforge.net/ ... 9.0/numpy-1.9.0.zip
2)unzip numpy-1.9.0.zip
3)cd numpy-1.9.0
4)sudo python setup.py install
Python3.5 gxipy installation
====================
1.Install python3.5 & python3.5-dev
(1) sudo apt-get install python3.5
(2) sudo apt-get install python3.5-dev
2.Install the python3-setuptools toolkit
(1) sudo apt-get install python3-setuptools
3.Install gxipy library
(1) cd ./api
(2) python3 setup.py build
(3) sudo python3 setup.py install
4.Install numpy library
(1)First method by pip:
1)sudo apt-get install python3-pip
2)sudo pip3 install numpy
(2)Second method by numpy source code:
1)Download source code
wget http://jaist.dl.sourceforge.net/ ... 9.0/numpy-1.9.0.zip
2)unzip numpy-1.9.0.zip
3)cd numpy-1.9.0
4)sudo python3 setup.py install
>= Python3.8 installation notice
====================
Before installing >=python3.8, you should install libffi-dev first.
sudo apt-get install libffi-dev
Document
====================
doc_en: English version document
doc_cn: Chinese version document
Attention
====================
The sample may depend on third party libraries(e.g. PIL), please install it by yourself.
|