Cross-platform .NET library for digital signal processing
UMapx.Video.RealSense is a sub-library for interacting with Intel RealSense Depth cameras.
Install Intel RealSense Viewer from realses and upload one of the json available presets in application. Install UMapx.Video.RealSense to your project using NuGet package manager.
C# interface
using UMapx.Video.RealSense;
To get started with UMapx.Video.RealSense try simple example.
MIT