Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 763 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 763 Bytes

imagebrokercpp

imagebrokercpp application demonstrates how to export images to the user code across IFF SDK library boundaries. Application uses C++ API provided by IFF SDK. It comes with example configuration file (imagebrokercpp.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).