mr-technologies / farsight

Basic MRTech IFF SDK sample application

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

farsight

Most basic and general sample application is called farsight and is located in samples/01_streaming directory of IFF SDK package. It comes with example configuration file (farsight.json) demonstrating the following functionality:

  • acquisition from XIMEA camera
  • writing of raw data to DNG files
  • 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
  • H.264 encoding
  • RTSP streaming
  • HTTP control interface

About

Basic MRTech IFF SDK sample application

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

License:MIT License


Languages

Language:CMake 62.3%Language:C++ 37.7%