https://github.com/mr-technologies/farsightcpp
Basic MRTech IFF C++ SDK sample application
https://github.com/mr-technologies/farsightcpp
camera cpp cuda demosaicing dng genicam gpu h264 h265 image-processing jetson json low-latency machine-vision mipi rest-api rtsp sdk tiff vulkan
Last synced: 6 months ago
JSON representation
Basic MRTech IFF C++ SDK sample application
- Host: GitHub
- URL: https://github.com/mr-technologies/farsightcpp
- Owner: mr-technologies
- License: mit
- Created: 2024-08-06T15:43:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T13:46:13.000Z (6 months ago)
- Last Synced: 2025-04-11T14:52:23.062Z (6 months ago)
- Topics: camera, cpp, cuda, demosaicing, dng, genicam, gpu, h264, h265, image-processing, jetson, json, low-latency, machine-vision, mipi, rest-api, rtsp, sdk, tiff, vulkan
- Language: C++
- Homepage: https://mr-te.ch/sdk
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `farsightcpp`
`farsightcpp` 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_cpp` directory of IFF SDK package.
Application comes with example configuration file (`farsightcpp.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