Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-technologies/imagebrokerpy
Example of image export from MRTech IFF Python SDK
https://github.com/mr-technologies/imagebrokerpy
camera cuda demosaicing dng genicam gpu h264 h265 image-processing jetson json low-latency machine-vision mipi opencv python rest-api rtsp tiff vulkan
Last synced: 27 days ago
JSON representation
Example of image export from MRTech IFF Python SDK
- Host: GitHub
- URL: https://github.com/mr-technologies/imagebrokerpy
- Owner: mr-technologies
- License: mit
- Created: 2024-08-06T15:52:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T11:58:45.000Z (3 months ago)
- Last Synced: 2024-08-15T13:38:18.058Z (3 months ago)
- Topics: camera, cuda, demosaicing, dng, genicam, gpu, h264, h265, image-processing, jetson, json, low-latency, machine-vision, mipi, opencv, python, rest-api, rtsp, tiff, vulkan
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `imagebrokerpy`
`imagebroker.py` application demonstrates how to export images to the user code across IFF SDK library boundaries.
Application uses Python API provided by IFF SDK.
It comes with example configuration file (`imagebroker.json`) providing the following functionality:* acquisition from XIMEA camera
* color pre-processing on GPU:
* black level subtraction
* histogram calculation
* white balance
* demosaicing
* color correction
* gamma
* image format conversion
* automatic control of exposure time and white balance
* image export to the client codeAdditionally example code renders images on the screen using [OpenCV](https://opencv.org/) library, which should be installed in the system (minimal required version is 4.5.2).