An open API service indexing awesome lists of open source software.

https://github.com/mr-technologies/farsight

Basic MRTech IFF C SDK sample application
https://github.com/mr-technologies/farsight

c camera cuda demosaicing dng genicam gpu h264 h265 image-processing jetson json low-latency machine-vision mipi rest-api rtsp sdk tiff vulkan

Last synced: about 1 month ago
JSON representation

Basic MRTech IFF C SDK sample application

Awesome Lists containing this project

README

        

# `farsight`

`farsight` is the most basic and general sample application for C API of [MRTech IFF SDK](https://mr-te.ch/iff-sdk).
It is located in `samples/01_streaming` 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