
ReliaSolve is a subcontractor to a University of Arizona project to develop a proof-of-concept multi-camera infrared system for use in night flight by helicopter pilots. The 21-camera system will provide an aligned and stitched view during flight with synchronized and aligned display on one or more monitors or head-mounted displays.
ReliaSolve is implementing the data-transmission, stitching, and rendering portions of the pipeline and has developed technical reports on many aspects of the system:
- System Latencies
- Camera Layout
- Camera Distortion
- System Architecture
- Display Resolution
- Software Architecture
- Core API implementation design
- Rendering implementation design
The source code for this project has been released under the Apache 2.0 license and is available under the following forks, with the Render Module having the display code. The Core API, Render Module, and Analysis Module Examples repositories also contain system design documents.
- https://github.com/ReliaSolve/ASDP_Core_API
- https://github.com/ReliaSolve/ASDP_BSP_API
- https://github.com/ReliaSolve/ASDP_Core_Module
- https://github.com/ReliaSolve/ASDP_Camera_Simulator
- https://github.com/ReliaSolve/FlightSim
- https://github.com/ReliaSolve/ASDP_Render_Module
- https://github.com/ReliaSolve/ASDP_Storage_Module
- https://github.com/ReliaSolve/ASDP_Analysis_Module_Examples

The image above shows the Composite submodule of the Render module, which performs distortion correction, stitching, latency compensation, depth estimation, analysis overlay, and rendering.
