Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T11:58:37.000Z (3 months ago)
- Last Synced: 2024-08-15T13:38:17.449Z (3 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: CMake
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `farsightcpp`
`farsightcpp` is most basic and general C++ sample IFF SDK application.
Application uses C++ API provided by IFF SDK.
It 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