https://github.com/maximecharriere/gxipy
Python API to use with the Daheng Imaging cameras
https://github.com/maximecharriere/gxipy
api camera computer-vision daheng daheng-imaging python sdk
Last synced: about 1 year ago
JSON representation
Python API to use with the Daheng Imaging cameras
- Host: GitHub
- URL: https://github.com/maximecharriere/gxipy
- Owner: maximecharriere
- License: mit
- Created: 2022-06-01T13:27:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T16:55:18.000Z (over 1 year ago)
- Last Synced: 2025-03-26T21:22:10.456Z (over 1 year ago)
- Topics: api, camera, computer-vision, daheng, daheng-imaging, python, sdk
- Language: Python
- Homepage: https://pypi.org/project/iai-gxipy/
- Size: 1.52 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Daheng Imaging Galaxy SDK - Python API
> [!IMPORTANT]
> **THIS IS AN UNOFFICIAL PUBLISH ON PYPI OF THE GXIPY API DEVELOPED BY DAHENG IMAGING !**
> I'm not the developer or maintainer of the Python API, nor the Galaxy SDK. For any questions or issues, **please contact Daheng Imaging directly**.
This package provides Python bindings for the Daheng Imaging Galaxy SDK, allowing you to control Daheng cameras in Python applications.
## Prerequisites
- Galaxy SDK must be installed on your system
- Windows: Download from [Daheng Imaging Download Page](https://va-imaging.com/pages/customerdownloads)
- Linux: Download from [Daheng Imaging Download Page](https://va-imaging.com/pages/customerdownloads)
- Python 3.6 or higher
## Installation
1. Install the Galaxy SDK for your operating system
2. Run `pip install gxipy`
## Documentation
The documentation is provided by Daheng Imaging and can be found in `C:\Program Files\Daheng Imaging\GalaxySDK\Development\Doc\Python Interface Development User Manual.pdf`
## Python API source files
> [!NOTE]
> If a new version of the Python API is offered by Daheng Imaging, please create an issue or a PR, and I will update the Package on PyPi.
When you install the Galaxy SDK, the official Python API is automatically installed locally. You can found the API files here:
- **Windows**: In `C:\Program Files\Daheng Imaging\GalaxySDK\Development\Samples\Python\gxipy`
- **Linux**: In `Galaxy_Linux_Python_X.X.X.X\api\gxipy`
---
@DahengImaging If you want me to remove this package from PyPi, please create an issue on the corresponding Github repo.