8000 GitHub - mr-technologies/farsightpy: Basic MRTech IFF Python SDK sample application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mr-technologies/farsightpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

farsightpy

farsight.py is the most basic and general sample application for Python API of MRTech IFF SDK. It is located in samples/01_streaming_py directory of IFF SDK package. Application 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
0