https://github.com/mr-technologies/imagebroker
Example of image export from MRTech IFF C SDK
https://github.com/mr-technologies/imagebroker
c camera cuda demosaicing dng genicam gpu h264 h265 image-processing jetson json low-latency machine-vision mipi opencv rest-api rtsp tiff vulkan
Last synced: about 1 year ago
JSON representation
Example of image export from MRTech IFF C SDK
- Host: GitHub
- URL: https://github.com/mr-technologies/imagebroker
- Owner: mr-technologies
- License: mit
- Created: 2022-03-30T10:55:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T13:58:22.000Z (about 1 year ago)
- Last Synced: 2025-04-11T02:13:13.702Z (about 1 year ago)
- Topics: c, camera, cuda, demosaicing, dng, genicam, gpu, h264, h265, image-processing, jetson, json, low-latency, machine-vision, mipi, opencv, rest-api, rtsp, tiff, vulkan
- Language: C++
- Homepage: https://mr-te.ch/sdk
- Size: 38.1 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `imagebroker`
`imagebroker` application demonstrates how to export images to the user code from C API of [MRTech IFF SDK](https://mr-te.ch/iff-sdk).
It is located in `samples/02_export` directory of IFF SDK package.
Application 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 user code
Additionally 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).