Skip to content

mr-technologies/imagebrokerpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imagebrokerpy

imagebroker.py application demonstrates how to export images to the user code from Python API of MRTech IFF SDK. It is located in samples/02_export_py 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 library, which should be installed in the system (minimal required version is 4.5.2).