mr-technologies / imagebroker

Example of image export from MRTech IFF SDK

Home Page:https://mr-te.ch/sdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imagebroker

imagebroker application demonstrates how to export images to the user code across IFF SDK library boundaries. Application is located in samples/02_export directory of IFF SDK package. 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 code

Additionally example code renders images on the screen using OpenCV library, which should be installed in the system (minimal required version is 4.5.2).

About

Example of image export from MRTech IFF SDK

https://mr-te.ch/sdk/

License:MIT License


Languages

Language:C++ 57.8%Language:CMake 19.9%Language:Shell 12.2%Language:PowerShell 10.1%